Html Css Color HEX #06ECE9 Bright Turquoise

📋 copy color: '#06ECE9'

red 6 ◦ green 236 ◦ blue 233

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

Shades of Bright Turquoise #06ECE9

Tints of Bright Turquoise #06ECE9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.68%

 BLUE value IS 233 (91.41% from 255) = 49.05%

R = 1.26%
G = 49.68%
B = 49.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#06ECE9 (or 0x06ECE9) is known color: Bright Turquoise. HEX triplet: 06, EC and E9. RGB value is (6,236,233). Sum of RGB (Red+Green+Blue) = 6+236+233=475 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECE9 is #F91316. Grayscale: #A6A6A6. Windows color (decimal): -16323351 or 15330310. OLE color: 15330310.

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

Color convert

RGB 6 236 233 -
CMYK 0.97 0 0.01 0.07
HSL 179.22º 0.95% 0.47% -
HSV(B) 179.22º 0.97% 0.93% -
XYZ 44.78 65.91 87.45 -
YUV 166.89 165.3 13.24 -
System Red Green Blue C M Y K H S L
Decimal 6 236 233 0.97 0 0.01 0.07 179.22 0.95 0.47
Hex 6 EC E9 61 0 1 7 B3 5F 2F
Octal 6 354 351 141 0 1 7 263 137 57
Binary 110 11101100 11101001 1100001 0 1 111 10110011 1011111 101111

Color Harmonies of #06ECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECE9

Black with #06ECE9

Text Example


Text Example

White with #06ECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,236,233); }

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

background-color css

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

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

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

border-color css

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

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

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