Html Css Color HEX #06ECE7 Bright Turquoise

📋 copy color: '#06ECE7'

red 6 ◦ green 236 ◦ blue 231

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

Shades of Bright Turquoise #06ECE7

Tints of Bright Turquoise #06ECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 1.27%
G = 49.89%
B = 48.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#06ECE7 (or 0x06ECE7) is known color: Bright Turquoise. HEX triplet: 06, EC and E7. RGB value is (6,236,231). Sum of RGB (Red+Green+Blue) = 6+236+231=473 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECE7 is #F91318. Grayscale: #A6A6A6. Windows color (decimal): -16323353 or 15199238. OLE color: 15199238.

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

Color convert

RGB 6 236 231 -
CMYK 0.97 0 0.02 0.07
HSL 178.7º 0.95% 0.47% -
HSV(B) 178.7º 0.97% 0.93% -
XYZ 44.49 65.8 85.96 -
YUV 166.66 164.3 13.41 -
System Red Green Blue C M Y K H S L
Decimal 6 236 231 0.97 0 0.02 0.07 178.7 0.95 0.47
Hex 6 EC E7 61 0 2 7 B3 5F 2F
Octal 6 354 347 141 0 2 7 263 137 57
Binary 110 11101100 11100111 1100001 0 10 111 10110011 1011111 101111

Color Harmonies of #06ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECE7

Black with #06ECE7

Text Example


Text Example

White with #06ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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