Html Css Color HEX #04FBDC Bright Turquoise

📋 copy color: '#04FBDC'

red 4 ◦ green 251 ◦ blue 220

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

Shades of Bright Turquoise #04FBDC

Tints of Bright Turquoise #04FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.84%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 0.84%
G = 52.84%
B = 46.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#04FBDC (or 0x04FBDC) is known color: Bright Turquoise. HEX triplet: 04, FB and DC. RGB value is (4,251,220). Sum of RGB (Red+Green+Blue) = 4+251+220=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #04FBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FBDC is #FB0423. Grayscale: #ADADAD. Windows color (decimal): -16450596 or 14482180. OLE color: 14482180.

HSL color Cylindrical-coordinate representation of color #04FBDC: hue angle of 172.47º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FBDC is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 251 220 -
CMYK 0.98 0 0.12 0.02
HSL 172.47º 0.97% 0.5% -
HSV(B) 172.47º 0.98% 0.98% -
XYZ 47.47 74.19 79.53 -
YUV 173.61 154.17 7.02 -
System Red Green Blue C M Y K H S L
Decimal 4 251 220 0.98 0 0.12 0.02 172.47 0.97 0.5
Hex 4 FB DC 62 0 C 2 AC 61 32
Octal 4 373 334 142 0 14 2 254 141 62
Binary 100 11111011 11011100 1100010 0 1100 10 10101100 1100001 110010

Color Harmonies of #04FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FBDC

Black with #04FBDC

Text Example


Text Example

White with #04FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,251,220); }

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

background-color css

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

 a { background-color: rgb(4,251,220); }

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

border-color css

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

 span { border-color: rgb(4,251,220); }

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