Html Css Color HEX #03E9CC Bright Turquoise

📋 copy color: '#03E9CC'

red 3 ◦ green 233 ◦ blue 204

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

Shades of Bright Turquoise #03E9CC

Tints of Bright Turquoise #03E9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.95%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 0.68%
G = 52.95%
B = 46.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#03E9CC (or 0x03E9CC) is known color: Bright Turquoise. HEX triplet: 03, E9 and CC. RGB value is (3,233,204). Sum of RGB (Red+Green+Blue) = 3+233+204=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #03E9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E9CC is #FC1633. Grayscale: #A0A0A0. Windows color (decimal): -16520756 or 13428995. OLE color: 13428995.

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

Color convert

RGB 3 233 204 -
CMYK 0.99 0 0.12 0.09
HSL 172.43º 0.97% 0.46% -
HSV(B) 172.43º 0.99% 0.91% -
XYZ 40.08 62.66 67.11 -
YUV 160.92 152.3 15.36 -
System Red Green Blue C M Y K H S L
Decimal 3 233 204 0.99 0 0.12 0.09 172.43 0.97 0.46
Hex 3 E9 CC 63 0 C 9 AC 61 2E
Octal 3 351 314 143 0 14 11 254 141 56
Binary 11 11101001 11001100 1100011 0 1100 1001 10101100 1100001 101110

Color Harmonies of #03E9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E9CC

Black with #03E9CC

Text Example


Text Example

White with #03E9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,233,204); }

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

background-color css

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

 a { background-color: rgb(3,233,204); }

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

border-color css

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

 span { border-color: rgb(3,233,204); }

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