Html Css Color HEX #06EBBE Bright Turquoise

📋 copy color: '#06EBBE'

red 6 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #06EBBE

Tints of Bright Turquoise #06EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.52%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 1.39%
G = 54.52%
B = 44.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#06EBBE (or 0x06EBBE) is known color: Bright Turquoise. HEX triplet: 06, EB and BE. RGB value is (6,235,190). Sum of RGB (Red+Green+Blue) = 6+235+190=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #06EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EBBE is #F91441. Grayscale: #A1A1A1. Windows color (decimal): -16323650 or 12512006. OLE color: 12512006.

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

Color convert

RGB 6 235 190 -
CMYK 0.97 0 0.19 0.08
HSL 168.21º 0.95% 0.47% -
HSV(B) 168.21º 0.97% 0.92% -
XYZ 39.08 63.17 58.85 -
YUV 161.4 144.13 17.16 -
System Red Green Blue C M Y K H S L
Decimal 6 235 190 0.97 0 0.19 0.08 168.21 0.95 0.47
Hex 6 EB BE 61 0 13 8 A8 5F 2F
Octal 6 353 276 141 0 23 10 250 137 57
Binary 110 11101011 10111110 1100001 0 10011 1000 10101000 1011111 101111

Color Harmonies of #06EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EBBE

Black with #06EBBE

Text Example


Text Example

White with #06EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,235,190); }

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

background-color css

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

 a { background-color: rgb(6,235,190); }

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

border-color css

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

 span { border-color: rgb(6,235,190); }

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