#6FD4DC

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

Shades of Turquoise Blue #6FD4DC

Tints of Turquoise Blue #6FD4DC

Color information

#6FD4DC (or 0x6FD4DC) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D4 and DC. RGB value is (111,212,220). Sum of RGB (Red+Green+Blue) = 111+212+220=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FD4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4DC is #902B23. Grayscale: #B6B6B6. Windows color (decimal): -9448228 or 14472303. OLE color: 14472303.

HSL color Cylindrical-coordinate representation of color #6FD4DC: hue angle of 184.4º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FD4DC is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111212220-
CMYK0.500.0400.14
HSL184.4º60.89%64.9%-
HSV(B)184.4º49.55%86.27%-
XYZ43.0255.6376.18-
YUV182.71149.0476.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.44%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=20.44%
G=39.04%
B=40.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112122200.500.0400.14184.460.8964.9
Hex6FD4DC3240Eb83d41
Octal15732433462401627075101
Binary1101111110101001101110011001010001110101110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FD4DC; }

 p { color: rgb(111,212,220); }

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

<style>
 a { background-color: #6FD4DC; }

 a { background-color: rgb(111,212,220); }

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

<style>
 span { border-color: #6FD4DC; }

 span { border-color: rgb(111,212,220); }

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