Html Css Color HEX #03EABB Bright Turquoise

📋 copy color: '#03EABB'

red 3 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #03EABB

Tints of Bright Turquoise #03EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.19%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 0.71%
G = 55.19%
B = 44.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#03EABB (or 0x03EABB) is known color: Bright Turquoise. HEX triplet: 03, EA and BB. RGB value is (3,234,187). Sum of RGB (Red+Green+Blue) = 3+234+187=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #03EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EABB is #FC1544. Grayscale: #9F9F9F. Windows color (decimal): -16520517 or 12315139. OLE color: 12315139.

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

Color convert

RGB 3 234 187 -
CMYK 0.99 0 0.20 0.08
HSL 167.79º 0.97% 0.46% -
HSV(B) 167.79º 0.99% 0.92% -
XYZ 38.43 62.45 57.04 -
YUV 159.57 143.47 16.32 -
System Red Green Blue C M Y K H S L
Decimal 3 234 187 0.99 0 0.20 0.08 167.79 0.97 0.46
Hex 3 EA BB 63 0 14 8 A8 61 2E
Octal 3 352 273 143 0 24 10 250 141 56
Binary 11 11101010 10111011 1100011 0 10100 1000 10101000 1100001 101110

Color Harmonies of #03EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EABB

Black with #03EABB

Text Example


Text Example

White with #03EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,234,187); }

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

background-color css

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

 a { background-color: rgb(3,234,187); }

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

border-color css

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

 span { border-color: rgb(3,234,187); }

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