Html Css Color HEX #04BEDF Dark Turquoise

📋 copy color: '#04BEDF'

red 4 ◦ green 190 ◦ blue 223

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

Shades of Dark Turquoise #04BEDF

Tints of Dark Turquoise #04BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.56%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 0.96%
G = 45.56%
B = 53.48%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04BEDF (or 0x04BEDF) is known color: Dark Turquoise. HEX triplet: 04, BE and DF. RGB value is (4,190,223). Sum of RGB (Red+Green+Blue) = 4+190+223=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #04BEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEDF is #FB4120. Grayscale: #898989. Windows color (decimal): -16466209 or 14663172. OLE color: 14663172.

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

Color convert

RGB 4 190 223 -
CMYK 0.98 0.15 0 0.13
HSL 189.04º 0.96% 0.45% -
HSV(B) 189.04º 0.98% 0.87% -
XYZ 31.78 42.18 76.28 -
YUV 138.15 175.88 32.32 -
System Red Green Blue C M Y K H S L
Decimal 4 190 223 0.98 0.15 0 0.13 189.04 0.96 0.45
Hex 4 BE DF 62 F 0 D BD 60 2D
Octal 4 276 337 142 17 0 15 275 140 55
Binary 100 10111110 11011111 1100010 1111 0 1101 10111101 1100000 101101

Color Harmonies of #04BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BEDF

Black with #04BEDF

Text Example


Text Example

White with #04BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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