Html Css Color HEX #03EBBC Bright Turquoise

📋 copy color: '#03EBBC'

red 3 ◦ green 235 ◦ blue 188

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

Shades of Bright Turquoise #03EBBC

Tints of Bright Turquoise #03EBBC

RGB

 RED value IS 3 (1.56% from 255) = 0.7%

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 0.7%
G = 55.16%
B = 44.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#03EBBC (or 0x03EBBC) is known color: Bright Turquoise. HEX triplet: 03, EB and BC. RGB value is (3,235,188). Sum of RGB (Red+Green+Blue) = 3+235+188=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 235 (92.19% from 255 or 55.16% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 235 - color contains mainly: green. Hex color #03EBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EBBC is #FC1443. Grayscale: #A0A0A0. Windows color (decimal): -16520260 or 12380931. OLE color: 12380931.

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

Color convert

RGB 3 235 188 -
CMYK 0.99 0 0.2 0.08
HSL 167.84º 0.97% 0.47% -
HSV(B) 167.84º 0.99% 0.92% -
XYZ 38.82 63.07 57.7 -
YUV 160.27 143.64 15.82 -
System Red Green Blue C M Y K H S L
Decimal 3 235 188 0.99 0 0.2 0.08 167.84 0.97 0.47
Hex 3 EB BC 63 0 14 8 A8 61 2F
Octal 3 353 274 143 0 24 10 250 141 57
Binary 11 11101011 10111100 1100011 0 10100 1000 10101000 1100001 101111

Color Harmonies of #03EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EBBC

Black with #03EBBC

Text Example


Text Example

White with #03EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03EBBC; }

 p { color: rgb(3,235,188); }

 H1.HeaderClassName
 {
   color: #03EBBC;
 }
 .AnyTagClassName
 {
   color: #03EBBC;
 }
</style>

background-color css

<style>
 a { background-color: #03EBBC; }

 a { background-color: rgb(3,235,188); }

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

border-color css

<style>
 span { border-color: #03EBBC; }

 span { border-color: rgb(3,235,188); }

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