Html Css Color HEX #6FEADC Turquoise Blue

📋 copy color: '#6FEADC'

red 111 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #6FEADC

Tints of Turquoise Blue #6FEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 19.65%
G = 41.42%
B = 38.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#6FEADC (or 0x6FEADC) is known color: Turquoise Blue. HEX triplet: 6F, EA and DC. RGB value is (111,234,220). Sum of RGB (Red+Green+Blue) = 111+234+220=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEADC is #901523. Grayscale: #C3C3C3. Windows color (decimal): -9442596 or 14477935. OLE color: 14477935.

HSL color Cylindrical-coordinate representation of color #6FEADC: hue angle of 173.17º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEADC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 234 220 -
CMYK 0.53 0 0.06 0.08
HSL 173.17º 0.75% 0.68% -
HSV(B) 173.17º 0.53% 0.92% -
XYZ 48.9 67.39 78.14 -
YUV 195.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 111 234 220 0.53 0 0.06 0.08 173.17 0.75 0.68
Hex 6F EA DC 35 0 6 8 AD 4B 44
Octal 157 352 334 65 0 6 10 255 113 104
Binary 1101111 11101010 11011100 110101 0 110 1000 10101101 1001011 1000100

Color Harmonies of #6FEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEADC

Black with #6FEADC

Text Example


Text Example

White with #6FEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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