Html Css Color HEX #6FDED8 Turquoise Blue

📋 copy color: '#6FDED8'

red 111 ◦ green 222 ◦ blue 216

#6FDED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6FDED8

Tints of Turquoise Blue #6FDED8

RGB

 RED value IS 111 (43.75% from 255) = 20.22%

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 20.22%
G = 40.44%
B = 39.34%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#6FDED8 (or 0x6FDED8) is known color: Turquoise Blue. HEX triplet: 6F, DE and D8. RGB value is (111,222,216). Sum of RGB (Red+Green+Blue) = 111+222+216=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDED8 is #902127. Grayscale: #BCBCBC. Windows color (decimal): -9445672 or 14212719. OLE color: 14212719.

HSL color Cylindrical-coordinate representation of color #6FDED8: hue angle of 176.76º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDED8 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 222 216 -
CMYK 0.5 0 0.03 0.13
HSL 176.76º 0.63% 0.65% -
HSV(B) 176.76º 0.5% 0.87% -
XYZ 45.07 60.58 74.28 -
YUV 188.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 111 222 216 0.5 0 0.03 0.13 176.76 0.63 0.65
Hex 6F DE D8 32 0 3 D B1 3F 41
Octal 157 336 330 62 0 3 15 261 77 101
Binary 1101111 11011110 11011000 110010 0 11 1101 10110001 111111 1000001

Color Harmonies of #6FDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDED8

Black with #6FDED8

Text Example


Text Example

White with #6FDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,222,216); }

 H1.HeaderClassName
 {
   color: #6FDED8;
 }
 .AnyTagClassName
 {
   color: #6FDED8;
 }
</style>

background-color css

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

 a { background-color: rgb(111,222,216); }

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

border-color css

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

 span { border-color: rgb(111,222,216); }

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