Html Css Color HEX #06EAEA Bright Turquoise

📋 copy color: '#06EAEA'

red 6 ◦ green 234 ◦ blue 234

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

Shades of Bright Turquoise #06EAEA

Tints of Bright Turquoise #06EAEA

RGB

 RED value IS 6 (2.73% from 255) = 1.27%

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

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

R = 1.27%
G = 49.37%
B = 49.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06EAEA (or 0x06EAEA) is known color: Bright Turquoise. HEX triplet: 06, EA and EA. RGB value is (6,234,234). Sum of RGB (Red+Green+Blue) = 6+234+234=474 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #06EAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EAEA is #F91515. Grayscale: #A5A5A5. Windows color (decimal): -16323862 or 15395334. OLE color: 15395334.

HSL color Cylindrical-coordinate representation of color #06EAEA: hue angle of 180º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EAEA is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 234 234 -
CMYK 0.97 0 0 0.08
HSL 180º 0.95% 0.47% -
HSV(B) 180º 0.97% 0.92% -
XYZ 44.35 64.82 88.02 -
YUV 165.83 166.46 14 -
System Red Green Blue C M Y K H S L
Decimal 6 234 234 0.97 0 0 0.08 180 0.95 0.47
Hex 6 EA EA 61 0 0 8 B4 5F 2F
Octal 6 352 352 141 0 0 10 264 137 57
Binary 110 11101010 11101010 1100001 0 0 1000 10110100 1011111 101111

Color Harmonies of #06EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EAEA

Black with #06EAEA

Text Example


Text Example

White with #06EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06EAEA; }

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

 H1.HeaderClassName
 {
   color: #06EAEA;
 }
 .AnyTagClassName
 {
   color: #06EAEA;
 }
</style>

background-color css

<style>
 a { background-color: #06EAEA; }

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

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

border-color css

<style>
 span { border-color: #06EAEA; }

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

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