Html Css Color HEX #6FE4D5 Turquoise Blue

📋 copy color: '#6FE4D5'

red 111 ◦ green 228 ◦ blue 213

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

Shades of Turquoise Blue #6FE4D5

Tints of Turquoise Blue #6FE4D5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.3%

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 20.11%
G = 41.3%
B = 38.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#6FE4D5 (or 0x6FE4D5) is known color: Turquoise Blue. HEX triplet: 6F, E4 and D5. RGB value is (111,228,213). Sum of RGB (Red+Green+Blue) = 111+228+213=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4D5 is #901B2A. Grayscale: #BFBFBF. Windows color (decimal): -9444139 or 14017647. OLE color: 14017647.

HSL color Cylindrical-coordinate representation of color #6FE4D5: hue angle of 172.31º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4D5 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 228 213 -
CMYK 0.51 0 0.07 0.11
HSL 172.31º 0.68% 0.66% -
HSV(B) 172.31º 0.51% 0.89% -
XYZ 46.31 63.67 72.8 -
YUV 191.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 111 228 213 0.51 0 0.07 0.11 172.31 0.68 0.66
Hex 6F E4 D5 33 0 7 B AC 44 42
Octal 157 344 325 63 0 7 13 254 104 102
Binary 1101111 11100100 11010101 110011 0 111 1011 10101100 1000100 1000010

Color Harmonies of #6FE4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4D5

Black with #6FE4D5

Text Example


Text Example

White with #6FE4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,228,213); }

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

background-color css

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

 a { background-color: rgb(111,228,213); }

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

border-color css

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

 span { border-color: rgb(111,228,213); }

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