Html Css Color HEX #05DFF2 Bright Turquoise

📋 copy color: '#05DFF2'

red 5 ◦ green 223 ◦ blue 242

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

Shades of Bright Turquoise #05DFF2

Tints of Bright Turquoise #05DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 1.06%
G = 47.45%
B = 51.49%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05DFF2 (or 0x05DFF2) is known color: Bright Turquoise. HEX triplet: 05, DF and F2. RGB value is (5,223,242). Sum of RGB (Red+Green+Blue) = 5+223+242=470 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #05DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DFF2 is #FA200D. Grayscale: #9F9F9F. Windows color (decimal): -16392206 or 15916805. OLE color: 15916805.

HSL color Cylindrical-coordinate representation of color #05DFF2: hue angle of 184.81º degrees, saturation: 0.96, 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 #05DFF2 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 223 242 -
CMYK 0.98 0.08 0 0.05
HSL 184.81º 0.96% 0.48% -
HSV(B) 184.81º 0.98% 0.95% -
XYZ 42.48 59.22 93.2 -
YUV 159.98 174.28 17.46 -
System Red Green Blue C M Y K H S L
Decimal 5 223 242 0.98 0.08 0 0.05 184.81 0.96 0.48
Hex 5 DF F2 62 8 0 5 B9 60 30
Octal 5 337 362 142 10 0 5 271 140 60
Binary 101 11011111 11110010 1100010 1000 0 101 10111001 1100000 110000

Color Harmonies of #05DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DFF2

Black with #05DFF2

Text Example


Text Example

White with #05DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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