Html Css Color HEX #03C6D3 Dark Turquoise

📋 copy color: '#03C6D3'

red 3 ◦ green 198 ◦ blue 211

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

Shades of Dark Turquoise #03C6D3

Tints of Dark Turquoise #03C6D3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

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

R = 0.73%
G = 48.06%
B = 51.21%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#03C6D3 (or 0x03C6D3) is known color: Dark Turquoise. HEX triplet: 03, C6 and D3. RGB value is (3,198,211). Sum of RGB (Red+Green+Blue) = 3+198+211=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #03C6D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C6D3 is #FC392C. Grayscale: #8C8C8C. Windows color (decimal): -16529709 or 13878787. OLE color: 13878787.

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

Color convert

RGB 3 198 211 -
CMYK 0.99 0.06 0 0.17
HSL 183.75º 0.97% 0.42% -
HSV(B) 183.75º 0.99% 0.83% -
XYZ 31.99 45.11 68.65 -
YUV 141.18 167.4 29.44 -
System Red Green Blue C M Y K H S L
Decimal 3 198 211 0.99 0.06 0 0.17 183.75 0.97 0.42
Hex 3 C6 D3 63 6 0 11 B8 61 2A
Octal 3 306 323 143 6 0 21 270 141 52
Binary 11 11000110 11010011 1100011 110 0 10001 10111000 1100001 101010

Color Harmonies of #03C6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C6D3

Black with #03C6D3

Text Example


Text Example

White with #03C6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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