Html Css Color HEX #05D8F2 Bright Turquoise

📋 copy color: '#05D8F2'

red 5 ◦ green 216 ◦ blue 242

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

Shades of Bright Turquoise #05D8F2

Tints of Bright Turquoise #05D8F2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.65%

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

R = 1.08%
G = 46.65%
B = 52.27%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05D8F2 (or 0x05D8F2) is known color: Bright Turquoise. HEX triplet: 05, D8 and F2. RGB value is (5,216,242). Sum of RGB (Red+Green+Blue) = 5+216+242=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #05D8F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D8F2 is #FA270D. Grayscale: #9B9B9B. Windows color (decimal): -16393998 or 15915013. OLE color: 15915013.

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

Color convert

RGB 5 216 242 -
CMYK 0.98 0.11 0 0.05
HSL 186.58º 0.96% 0.48% -
HSV(B) 186.58º 0.98% 0.95% -
XYZ 40.65 55.55 92.59 -
YUV 155.88 176.6 20.39 -
System Red Green Blue C M Y K H S L
Decimal 5 216 242 0.98 0.11 0 0.05 186.58 0.96 0.48
Hex 5 D8 F2 62 B 0 5 BB 60 30
Octal 5 330 362 142 13 0 5 273 140 60
Binary 101 11011000 11110010 1100010 1011 0 101 10111011 1100000 110000

Color Harmonies of #05D8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D8F2

Black with #05D8F2

Text Example


Text Example

White with #05D8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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