Html Css Color HEX #03E7DA Bright Turquoise

📋 copy color: '#03E7DA'

red 3 ◦ green 231 ◦ blue 218

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

Shades of Bright Turquoise #03E7DA

Tints of Bright Turquoise #03E7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 0.66%
G = 51.11%
B = 48.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#03E7DA (or 0x03E7DA) is known color: Bright Turquoise. HEX triplet: 03, E7 and DA. RGB value is (3,231,218). Sum of RGB (Red+Green+Blue) = 3+231+218=452 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #03E7DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E7DA is #FC1825. Grayscale: #A1A1A1. Windows color (decimal): -16521254 or 14345987. OLE color: 14345987.

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

Color convert

RGB 3 231 218 -
CMYK 0.99 0 0.06 0.09
HSL 176.58º 0.97% 0.46% -
HSV(B) 176.58º 0.99% 0.91% -
XYZ 41.27 62.23 76.17 -
YUV 161.35 159.96 15.06 -
System Red Green Blue C M Y K H S L
Decimal 3 231 218 0.99 0 0.06 0.09 176.58 0.97 0.46
Hex 3 E7 DA 63 0 6 9 B1 61 2E
Octal 3 347 332 143 0 6 11 261 141 56
Binary 11 11100111 11011010 1100011 0 110 1001 10110001 1100001 101110

Color Harmonies of #03E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E7DA

Black with #03E7DA

Text Example


Text Example

White with #03E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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