Html Css Color HEX #06ECE6 Bright Turquoise

📋 copy color: '#06ECE6'

red 6 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #06ECE6

Tints of Bright Turquoise #06ECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 1.27%
G = 50%
B = 48.73%

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

#06ECE6 (or 0x06ECE6) is known color: Bright Turquoise. HEX triplet: 06, EC and E6. RGB value is (6,236,230). Sum of RGB (Red+Green+Blue) = 6+236+230=472 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECE6 is #F91319. Grayscale: #A6A6A6. Windows color (decimal): -16323354 or 15133702. OLE color: 15133702.

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

Color convert

RGB 6 236 230 -
CMYK 0.97 0 0.03 0.07
HSL 178.43º 0.95% 0.47% -
HSV(B) 178.43º 0.97% 0.93% -
XYZ 44.35 65.74 85.21 -
YUV 166.55 163.8 13.49 -
System Red Green Blue C M Y K H S L
Decimal 6 236 230 0.97 0 0.03 0.07 178.43 0.95 0.47
Hex 6 EC E6 61 0 3 7 B2 5F 2F
Octal 6 354 346 141 0 3 7 262 137 57
Binary 110 11101100 11100110 1100001 0 11 111 10110010 1011111 101111

Color Harmonies of #06ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECE6

Black with #06ECE6

Text Example


Text Example

White with #06ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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