Html Css Color HEX #6FEAEA Turquoise Blue

📋 copy color: '#6FEAEA'

red 111 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #6FEAEA

Tints of Turquoise Blue #6FEAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 19.17%
G = 40.41%
B = 40.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FEAEA (or 0x6FEAEA) is known color: Turquoise Blue. HEX triplet: 6F, EA and EA. RGB value is (111,234,234). Sum of RGB (Red+Green+Blue) = 111+234+234=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #6FEAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEAEA is #901515. Grayscale: #C5C5C5. Windows color (decimal): -9442582 or 15395439. OLE color: 15395439.

HSL color Cylindrical-coordinate representation of color #6FEAEA: hue angle of 180º 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 #6FEAEA is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 234 234 -
CMYK 0.53 0 0 0.08
HSL 180º 0.75% 0.68% -
HSV(B) 180º 0.53% 0.92% -
XYZ 50.83 68.17 88.32 -
YUV 197.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 111 234 234 0.53 0 0 0.08 180 0.75 0.68
Hex 6F EA EA 35 0 0 8 B4 4B 44
Octal 157 352 352 65 0 0 10 264 113 104
Binary 1101111 11101010 11101010 110101 0 0 1000 10110100 1001011 1000100

Color Harmonies of #6FEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEAEA

Black with #6FEAEA

Text Example


Text Example

White with #6FEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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