Html Css Color HEX #04DFF1 Bright Turquoise

📋 copy color: '#04DFF1'

red 4 ◦ green 223 ◦ blue 241

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

Shades of Bright Turquoise #04DFF1

Tints of Bright Turquoise #04DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

 BLUE value IS 241 (94.53% from 255) = 51.5%

R = 0.85%
G = 47.65%
B = 51.5%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04DFF1 (or 0x04DFF1) is known color: Bright Turquoise. HEX triplet: 04, DF and F1. RGB value is (4,223,241). Sum of RGB (Red+Green+Blue) = 4+223+241=468 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #04DFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFF1 is #FB200E. Grayscale: #9F9F9F. Windows color (decimal): -16457743 or 15851268. OLE color: 15851268.

HSL color Cylindrical-coordinate representation of color #04DFF1: hue angle of 184.56º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFF1 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 223 241 -
CMYK 0.98 0.07 0 0.05
HSL 184.56º 0.97% 0.48% -
HSV(B) 184.56º 0.98% 0.95% -
XYZ 42.31 59.15 92.41 -
YUV 159.57 173.95 17.04 -
System Red Green Blue C M Y K H S L
Decimal 4 223 241 0.98 0.07 0 0.05 184.56 0.97 0.48
Hex 4 DF F1 62 7 0 5 B9 61 30
Octal 4 337 361 142 7 0 5 271 141 60
Binary 100 11011111 11110001 1100010 111 0 101 10111001 1100001 110000

Color Harmonies of #04DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFF1

Black with #04DFF1

Text Example


Text Example

White with #04DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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