Html Css Color HEX #06ECE1 Bright Turquoise

📋 copy color: '#06ECE1'

red 6 ◦ green 236 ◦ blue 225

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

Shades of Bright Turquoise #06ECE1

Tints of Bright Turquoise #06ECE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 1.28%
G = 50.54%
B = 48.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#06ECE1 (or 0x06ECE1) is known color: Bright Turquoise. HEX triplet: 06, EC and E1. RGB value is (6,236,225). Sum of RGB (Red+Green+Blue) = 6+236+225=467 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06ECE1 is #F9131E. Grayscale: #A5A5A5. Windows color (decimal): -16323359 or 14806022. OLE color: 14806022.

HSL color Cylindrical-coordinate representation of color #06ECE1: hue angle of 177.13º 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 #06ECE1 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 236 225 -
CMYK 0.97 0 0.05 0.07
HSL 177.13º 0.95% 0.47% -
HSV(B) 177.13º 0.97% 0.93% -
XYZ 43.66 65.47 81.57 -
YUV 165.98 161.3 13.89 -
System Red Green Blue C M Y K H S L
Decimal 6 236 225 0.97 0 0.05 0.07 177.13 0.95 0.47
Hex 6 EC E1 61 0 5 7 B1 5F 2F
Octal 6 354 341 141 0 5 7 261 137 57
Binary 110 11101100 11100001 1100001 0 101 111 10110001 1011111 101111

Color Harmonies of #06ECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECE1

Black with #06ECE1

Text Example


Text Example

White with #06ECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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