Html Css Color HEX #03EDDD Bright Turquoise

📋 copy color: '#03EDDD'

red 3 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #03EDDD

Tints of Bright Turquoise #03EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.41%

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

R = 0.65%
G = 51.41%
B = 47.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#03EDDD (or 0x03EDDD) is known color: Bright Turquoise. HEX triplet: 03, ED and DD. RGB value is (3,237,221). Sum of RGB (Red+Green+Blue) = 3+237+221=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDDD is #FC1222. Grayscale: #A5A5A5. Windows color (decimal): -16519715 or 14544131. OLE color: 14544131.

HSL color Cylindrical-coordinate representation of color #03EDDD: hue angle of 175.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EDDD is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 237 221 -
CMYK 0.99 0 0.07 0.07
HSL 175.9º 0.98% 0.47% -
HSV(B) 175.9º 0.99% 0.93% -
XYZ 43.37 65.81 78.82 -
YUV 165.21 159.48 12.3 -
System Red Green Blue C M Y K H S L
Decimal 3 237 221 0.99 0 0.07 0.07 175.9 0.98 0.47
Hex 3 ED DD 63 0 7 7 B0 62 2F
Octal 3 355 335 143 0 7 7 260 142 57
Binary 11 11101101 11011101 1100011 0 111 111 10110000 1100010 101111

Color Harmonies of #03EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EDDD

Black with #03EDDD

Text Example


Text Example

White with #03EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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