Html Css Color HEX #06ECE5 Bright Turquoise

📋 copy color: '#06ECE5'

red 6 ◦ green 236 ◦ blue 229

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

Shades of Bright Turquoise #06ECE5

Tints of Bright Turquoise #06ECE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 1.27%
G = 50.11%
B = 48.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#06ECE5 (or 0x06ECE5) is known color: Bright Turquoise. HEX triplet: 06, EC and E5. RGB value is (6,236,229). Sum of RGB (Red+Green+Blue) = 6+236+229=471 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06ECE5 is #F9131A. Grayscale: #A6A6A6. Windows color (decimal): -16323355 or 15068166. OLE color: 15068166.

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

Color convert

RGB 6 236 229 -
CMYK 0.97 0 0.03 0.07
HSL 178.17º 0.95% 0.47% -
HSV(B) 178.17º 0.97% 0.93% -
XYZ 44.21 65.69 84.48 -
YUV 166.43 163.3 13.57 -
System Red Green Blue C M Y K H S L
Decimal 6 236 229 0.97 0 0.03 0.07 178.17 0.95 0.47
Hex 6 EC E5 61 0 3 7 B2 5F 2F
Octal 6 354 345 141 0 3 7 262 137 57
Binary 110 11101100 11100101 1100001 0 11 111 10110010 1011111 101111

Color Harmonies of #06ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECE5

Black with #06ECE5

Text Example


Text Example

White with #06ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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