Html Css Color HEX #04C3D4 Dark Turquoise

📋 copy color: '#04C3D4'

red 4 ◦ green 195 ◦ blue 212

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

Shades of Dark Turquoise #04C3D4

Tints of Dark Turquoise #04C3D4

RGB

 RED value IS 4 (1.95% from 255) = 0.97%

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 212 (83.2% from 255) = 51.58%

R = 0.97%
G = 47.45%
B = 51.58%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#04C3D4 (or 0x04C3D4) is known color: Dark Turquoise. HEX triplet: 04, C3 and D4. RGB value is (4,195,212). Sum of RGB (Red+Green+Blue) = 4+195+212=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #04C3D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C3D4 is #FB3C2B. Grayscale: #8B8B8B. Windows color (decimal): -16464940 or 13943556. OLE color: 13943556.

HSL color Cylindrical-coordinate representation of color #04C3D4: hue angle of 184.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C3D4 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 195 212 -
CMYK 0.98 0.08 0 0.17
HSL 184.9º 0.96% 0.42% -
HSV(B) 184.9º 0.98% 0.83% -
XYZ 31.45 43.81 69.09 -
YUV 139.83 168.72 31.12 -
System Red Green Blue C M Y K H S L
Decimal 4 195 212 0.98 0.08 0 0.17 184.9 0.96 0.42
Hex 4 C3 D4 62 8 0 11 B9 60 2A
Octal 4 303 324 142 10 0 21 271 140 52
Binary 100 11000011 11010100 1100010 1000 0 10001 10111001 1100000 101010

Color Harmonies of #04C3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C3D4

Black with #04C3D4

Text Example


Text Example

White with #04C3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C3D4; }

 p { color: rgb(4,195,212); }

 H1.HeaderClassName
 {
   color: #04C3D4;
 }
 .AnyTagClassName
 {
   color: #04C3D4;
 }
</style>

background-color css

<style>
 a { background-color: #04C3D4; }

 a { background-color: rgb(4,195,212); }

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

border-color css

<style>
 span { border-color: #04C3D4; }

 span { border-color: rgb(4,195,212); }

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