Html Css Color HEX #03C9D3 Dark Turquoise

📋 copy color: '#03C9D3'

red 3 ◦ green 201 ◦ blue 211

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

Shades of Dark Turquoise #03C9D3

Tints of Dark Turquoise #03C9D3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.43%

 BLUE value IS 211 (82.81% from 255) = 50.84%

R = 0.72%
G = 48.43%
B = 50.84%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#03C9D3 (or 0x03C9D3) is known color: Dark Turquoise. HEX triplet: 03, C9 and D3. RGB value is (3,201,211). Sum of RGB (Red+Green+Blue) = 3+201+211=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #03C9D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C9D3 is #FC362C. Grayscale: #8E8E8E. Windows color (decimal): -16528941 or 13879555. OLE color: 13879555.

HSL color Cylindrical-coordinate representation of color #03C9D3: hue angle of 182.88º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C9D3 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 3 201 211 -
CMYK 0.99 0.05 0 0.17
HSL 182.88º 0.97% 0.42% -
HSV(B) 182.88º 0.99% 0.83% -
XYZ 32.68 46.5 68.88 -
YUV 142.94 166.4 28.19 -
System Red Green Blue C M Y K H S L
Decimal 3 201 211 0.99 0.05 0 0.17 182.88 0.97 0.42
Hex 3 C9 D3 63 5 0 11 B7 61 2A
Octal 3 311 323 143 5 0 21 267 141 52
Binary 11 11001001 11010011 1100011 101 0 10001 10110111 1100001 101010

Color Harmonies of #03C9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C9D3

Black with #03C9D3

Text Example


Text Example

White with #03C9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,201,211); }

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

background-color css

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

 a { background-color: rgb(3,201,211); }

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

border-color css

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

 span { border-color: rgb(3,201,211); }

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