#04BEDD

Color #04BEDD Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #04BEDD

Tints of Dark Turquoise #04BEDD

Color information

#04BEDD (or 0x04BEDD) is unknown color: approx Dark Turquoise. HEX triplet: 04, BE and DD. RGB value is (4,190,221). Sum of RGB (Red+Green+Blue) = 4+190+221=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #04BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEDD is #FB4122. Grayscale: #898989. Windows color (decimal): -16466211 or 14532100. OLE color: 14532100.

HSL color Cylindrical-coordinate representation of color #04BEDD: hue angle of 188.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEDD is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4190221-
CMYK0.980.1400.13
HSL188.57º96.44%44.12%-
HSV(B)188.57º98.19%86.67%-
XYZ31.5142.0774.87-
YUV137.92174.8832.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.96%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=0.96%
G=45.78%
B=53.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41902210.980.1400.13188.5796.4444.12
Hex4BEDD62E0Dbd602c
Octal42763351421601527514054
Binary10010111110110111011100010111001101101111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,190,221); }

 H1.HeaderClassName
 {
   color: #04BEDD;
 }
 .AnyTagClassName
 {
   color: #04BEDD;
 }
</style>
background-color css

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

 a { background-color: rgb(4,190,221); }

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

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

 span { border-color: rgb(4,190,221); }

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