Html Css Color HEX #03EDDC Bright Turquoise

📋 copy color: '#03EDDC'

red 3 ◦ green 237 ◦ blue 220

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

Shades of Bright Turquoise #03EDDC

Tints of Bright Turquoise #03EDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 0.65%
G = 51.52%
B = 47.83%

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

#03EDDC (or 0x03EDDC) is known color: Bright Turquoise. HEX triplet: 03, ED and DC. RGB value is (3,237,220). Sum of RGB (Red+Green+Blue) = 3+237+220=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDDC is #FC1223. Grayscale: #A4A4A4. Windows color (decimal): -16519716 or 14478595. OLE color: 14478595.

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

Color convert

RGB 3 237 220 -
CMYK 0.99 0 0.07 0.07
HSL 175.64º 0.98% 0.47% -
HSV(B) 175.64º 0.99% 0.93% -
XYZ 43.24 65.76 78.12 -
YUV 165.1 158.98 12.38 -
System Red Green Blue C M Y K H S L
Decimal 3 237 220 0.99 0 0.07 0.07 175.64 0.98 0.47
Hex 3 ED DC 63 0 7 7 B0 62 2F
Octal 3 355 334 143 0 7 7 260 142 57
Binary 11 11101101 11011100 1100011 0 111 111 10110000 1100010 101111

Color Harmonies of #03EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EDDC

Black with #03EDDC

Text Example


Text Example

White with #03EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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