Html Css Color HEX #03DFCD Dark Turquoise

📋 copy color: '#03DFCD'

red 3 ◦ green 223 ◦ blue 205

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

Shades of Dark Turquoise #03DFCD

Tints of Dark Turquoise #03DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.74%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 0.7%
G = 51.74%
B = 47.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#03DFCD (or 0x03DFCD) is known color: Dark Turquoise. HEX triplet: 03, DF and CD. RGB value is (3,223,205). Sum of RGB (Red+Green+Blue) = 3+223+205=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #03DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DFCD is #FC2032. Grayscale: #9B9B9B. Windows color (decimal): -16523315 or 13491971. OLE color: 13491971.

HSL color Cylindrical-coordinate representation of color #03DFCD: hue angle of 175.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DFCD is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 223 205 -
CMYK 0.99 0 0.08 0.13
HSL 175.09º 0.97% 0.44% -
HSV(B) 175.09º 0.99% 0.87% -
XYZ 37.44 57.2 66.83 -
YUV 155.17 156.11 19.46 -
System Red Green Blue C M Y K H S L
Decimal 3 223 205 0.99 0 0.08 0.13 175.09 0.97 0.44
Hex 3 DF CD 63 0 8 D AF 61 2C
Octal 3 337 315 143 0 10 15 257 141 54
Binary 11 11011111 11001101 1100011 0 1000 1101 10101111 1100001 101100

Color Harmonies of #03DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DFCD

Black with #03DFCD

Text Example


Text Example

White with #03DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,223,205); }

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

background-color css

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

 a { background-color: rgb(3,223,205); }

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

border-color css

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

 span { border-color: rgb(3,223,205); }

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