Html Css Color HEX #03E7DD Bright Turquoise

📋 copy color: '#03E7DD'

red 3 ◦ green 231 ◦ blue 221

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

Shades of Bright Turquoise #03E7DD

Tints of Bright Turquoise #03E7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.77%

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 0.66%
G = 50.77%
B = 48.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#03E7DD (or 0x03E7DD) is known color: Bright Turquoise. HEX triplet: 03, E7 and DD. RGB value is (3,231,221). Sum of RGB (Red+Green+Blue) = 3+231+221=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 231 (90.62% from 255 or 50.77% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 231 - color contains mainly: green. Hex color #03E7DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E7DD is #FC1822. Grayscale: #A1A1A1. Windows color (decimal): -16521251 or 14542595. OLE color: 14542595.

HSL color Cylindrical-coordinate representation of color #03E7DD: hue angle of 177.37º 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 #03E7DD is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 231 221 -
CMYK 0.99 0 0.04 0.09
HSL 177.37º 0.97% 0.46% -
HSV(B) 177.37º 0.99% 0.91% -
XYZ 41.66 62.39 78.25 -
YUV 161.69 161.46 14.81 -
System Red Green Blue C M Y K H S L
Decimal 3 231 221 0.99 0 0.04 0.09 177.37 0.97 0.46
Hex 3 E7 DD 63 0 4 9 B1 61 2E
Octal 3 347 335 143 0 4 11 261 141 56
Binary 11 11100111 11011101 1100011 0 100 1001 10110001 1100001 101110

Color Harmonies of #03E7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E7DD

Black with #03E7DD

Text Example


Text Example

White with #03E7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,231,221); }

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

background-color css

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

 a { background-color: rgb(3,231,221); }

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

border-color css

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

 span { border-color: rgb(3,231,221); }

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