Html Css Color HEX #6FE9D9 Turquoise Blue

📋 copy color: '#6FE9D9'

red 111 ◦ green 233 ◦ blue 217

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

Shades of Turquoise Blue #6FE9D9

Tints of Turquoise Blue #6FE9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.53%

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 19.79%
G = 41.53%
B = 38.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#6FE9D9 (or 0x6FE9D9) is known color: Turquoise Blue. HEX triplet: 6F, E9 and D9. RGB value is (111,233,217). Sum of RGB (Red+Green+Blue) = 111+233+217=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9D9 is #901626. Grayscale: #C2C2C2. Windows color (decimal): -9442855 or 14281071. OLE color: 14281071.

HSL color Cylindrical-coordinate representation of color #6FE9D9: hue angle of 172.13º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE9D9 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 233 217 -
CMYK 0.52 0 0.07 0.09
HSL 172.13º 0.73% 0.67% -
HSV(B) 172.13º 0.52% 0.91% -
XYZ 48.22 66.67 75.97 -
YUV 194.7 140.58 68.3 -
System Red Green Blue C M Y K H S L
Decimal 111 233 217 0.52 0 0.07 0.09 172.13 0.73 0.67
Hex 6F E9 D9 34 0 7 9 AC 49 43
Octal 157 351 331 64 0 7 11 254 111 103
Binary 1101111 11101001 11011001 110100 0 111 1001 10101100 1001001 1000011

Color Harmonies of #6FE9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE9D9

Black with #6FE9D9

Text Example


Text Example

White with #6FE9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,233,217); }

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

background-color css

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

 a { background-color: rgb(111,233,217); }

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

border-color css

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

 span { border-color: rgb(111,233,217); }

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