Html Css Color HEX #6FDED7 Turquoise Blue

📋 copy color: '#6FDED7'

red 111 ◦ green 222 ◦ blue 215

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

Shades of Turquoise Blue #6FDED7

Tints of Turquoise Blue #6FDED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 20.26%
G = 40.51%
B = 39.23%

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

#6FDED7 (or 0x6FDED7) is known color: Turquoise Blue. HEX triplet: 6F, DE and D7. RGB value is (111,222,215). Sum of RGB (Red+Green+Blue) = 111+222+215=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDED7 is #902128. Grayscale: #BBBBBB. Windows color (decimal): -9445673 or 14147183. OLE color: 14147183.

HSL color Cylindrical-coordinate representation of color #6FDED7: hue angle of 176.22º 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 #6FDED7 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 222 215 -
CMYK 0.5 0 0.03 0.13
HSL 176.22º 0.63% 0.65% -
HSV(B) 176.22º 0.5% 0.87% -
XYZ 44.94 60.53 73.6 -
YUV 188.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 111 222 215 0.5 0 0.03 0.13 176.22 0.63 0.65
Hex 6F DE D7 32 0 3 D B0 3F 41
Octal 157 336 327 62 0 3 15 260 77 101
Binary 1101111 11011110 11010111 110010 0 11 1101 10110000 111111 1000001

Color Harmonies of #6FDED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDED7

Black with #6FDED7

Text Example


Text Example

White with #6FDED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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