Html Css Color HEX #05DFF0 Bright Turquoise

📋 copy color: '#05DFF0'

red 5 ◦ green 223 ◦ blue 240

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

Shades of Bright Turquoise #05DFF0

Tints of Bright Turquoise #05DFF0

RGB

 RED value IS 5 (2.34% from 255) = 1.07%

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

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 1.07%
G = 47.65%
B = 51.28%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#05DFF0 (or 0x05DFF0) is known color: Bright Turquoise. HEX triplet: 05, DF and F0. RGB value is (5,223,240). Sum of RGB (Red+Green+Blue) = 5+223+240=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #05DFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DFF0 is #FA200F. Grayscale: #9F9F9F. Windows color (decimal): -16392208 or 15785733. OLE color: 15785733.

HSL color Cylindrical-coordinate representation of color #05DFF0: hue angle of 184.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DFF0 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 223 240 -
CMYK 0.98 0.07 0 0.06
HSL 184.34º 0.96% 0.48% -
HSV(B) 184.34º 0.98% 0.94% -
XYZ 42.18 59.1 91.62 -
YUV 159.76 173.28 17.62 -
System Red Green Blue C M Y K H S L
Decimal 5 223 240 0.98 0.07 0 0.06 184.34 0.96 0.48
Hex 5 DF F0 62 7 0 6 B8 60 30
Octal 5 337 360 142 7 0 6 270 140 60
Binary 101 11011111 11110000 1100010 111 0 110 10111000 1100000 110000

Color Harmonies of #05DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DFF0

Black with #05DFF0

Text Example


Text Example

White with #05DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DFF0; }

 p { color: rgb(5,223,240); }

 H1.HeaderClassName
 {
   color: #05DFF0;
 }
 .AnyTagClassName
 {
   color: #05DFF0;
 }
</style>

background-color css

<style>
 a { background-color: #05DFF0; }

 a { background-color: rgb(5,223,240); }

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

border-color css

<style>
 span { border-color: #05DFF0; }

 span { border-color: rgb(5,223,240); }

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