#67DBF4

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

Shades of Turquoise Blue #67DBF4

Tints of Turquoise Blue #67DBF4

Color information

#67DBF4 (or 0x67DBF4) is unknown color: approx Turquoise Blue. HEX triplet: 67, DB and F4. RGB value is (103,219,244). Sum of RGB (Red+Green+Blue) = 103+219+244=566 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.20% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #67DBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBF4 is #98240B. Grayscale: #BABABA. Windows color (decimal): -9970700 or 16046951. OLE color: 16046951.

HSL color Cylindrical-coordinate representation of color #67DBF4: hue angle of 190.64º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67DBF4 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103219244-
CMYK0.580.1000.04
HSL190.64º86.5%68.04%-
HSV(B)190.64º57.79%95.69%-
XYZ47.2560.0894.69-
YUV187.17160.0767.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.20%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=18.20%
G=38.69%
B=43.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1032192440.580.1000.04190.6486.568.04
Hex67DBF43AA04bf5744
Octal147333364721204277127104
Binary11001111101101111110100111010101001001011111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,219,244); }

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

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

 a { background-color: rgb(103,219,244); }

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

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

 span { border-color: rgb(103,219,244); }

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