Html Css Color HEX #06E2EF Bright Turquoise

📋 copy color: '#06E2EF'

red 6 ◦ green 226 ◦ blue 239

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

Shades of Bright Turquoise #06E2EF

Tints of Bright Turquoise #06E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 1.27%
G = 47.98%
B = 50.74%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#06E2EF (or 0x06E2EF) is known color: Bright Turquoise. HEX triplet: 06, E2 and EF. RGB value is (6,226,239). Sum of RGB (Red+Green+Blue) = 6+226+239=471 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #06E2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E2EF is #F91D10. Grayscale: #A1A1A1. Windows color (decimal): -16325905 or 15720966. OLE color: 15720966.

HSL color Cylindrical-coordinate representation of color #06E2EF: hue angle of 183.35º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E2EF is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 226 239 -
CMYK 0.97 0.05 0 0.06
HSL 183.35º 0.95% 0.48% -
HSV(B) 183.35º 0.97% 0.94% -
XYZ 42.85 60.66 91.11 -
YUV 161.7 171.61 16.94 -
System Red Green Blue C M Y K H S L
Decimal 6 226 239 0.97 0.05 0 0.06 183.35 0.95 0.48
Hex 6 E2 EF 61 5 0 6 B7 5F 30
Octal 6 342 357 141 5 0 6 267 137 60
Binary 110 11100010 11101111 1100001 101 0 110 10110111 1011111 110000

Color Harmonies of #06E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E2EF

Black with #06E2EF

Text Example


Text Example

White with #06E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,226,239); }

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

background-color css

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

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

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

border-color css

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

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

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