#67cfeb

Color #67CFEB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67CFEB

Tints of Turquoise Blue #67CFEB

Color information

#67CFEB (or 0x67CFEB) is unknown color: approx Turquoise Blue. HEX triplet: 67, CF and EB. RGB value is (103,207,235). Sum of RGB (Red+Green+Blue) = 103+207+235=545 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.90% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #67CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CFEB is #983014. Grayscale: #B2B2B2. Windows color (decimal): -9973781 or 15454055. OLE color: 15454055.

HSL color Cylindrical-coordinate representation of color #67CFEB: hue angle of 192.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67CFEB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103207235-
CMYK0.560.1200.08
HSL192.73º76.74%66.27%-
HSV(B)192.73º56.17%92.16%-
XYZ42.953.5186.66-
YUV179.1159.5473.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 18.90%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=18.90%
G=37.98%
B=43.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1032072350.560.1200.08192.7376.7466.27
Hex67CFEB38C08c14d42
Octal1473173537014010301115102
Binary110011111001111111010111110001100010001100000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67cfeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67cfeb; }

 p { color: rgb(103,207,235); }

 H1.HeaderClassName
 {
   color: #67cfeb;
 }
 .AnyTagClassName
 {
   color: #67cfeb;
 }
</style>
background-color css

<style>
 a { background-color: #67cfeb; }

 a { background-color: rgb(103,207,235); }

 div.DivClassName
 {
   background-color: #67cfeb;
 }
 .BgClassName
 {
   background-color: #67cfeb;
 }
</style>
border-color css

<style>
 span { border-color: #67cfeb; }

 span { border-color: rgb(103,207,235); }

 td.TdClassName
 {
   border-color: #67cfeb;
 }
 .TagClassName
 {
   border-color: #67cfeb;
 }
</style>