Html Css Color HEX #05FBDB Bright Turquoise

📋 copy color: '#05FBDB'

red 5 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #05FBDB

Tints of Bright Turquoise #05FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 1.05%
G = 52.84%
B = 46.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#05FBDB (or 0x05FBDB) is known color: Bright Turquoise. HEX triplet: 05, FB and DB. RGB value is (5,251,219). Sum of RGB (Red+Green+Blue) = 5+251+219=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #05FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FBDB is #FA0424. Grayscale: #ADADAD. Windows color (decimal): -16385061 or 14416645. OLE color: 14416645.

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

Color convert

RGB 5 251 219 -
CMYK 0.98 0 0.13 0.02
HSL 172.2º 0.97% 0.5% -
HSV(B) 172.2º 0.98% 0.98% -
XYZ 47.35 74.14 78.83 -
YUV 173.8 153.5 7.6 -
System Red Green Blue C M Y K H S L
Decimal 5 251 219 0.98 0 0.13 0.02 172.2 0.97 0.5
Hex 5 FB DB 62 0 D 2 AC 61 32
Octal 5 373 333 142 0 15 2 254 141 62
Binary 101 11111011 11011011 1100010 0 1101 10 10101100 1100001 110010

Color Harmonies of #05FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FBDB

Black with #05FBDB

Text Example


Text Example

White with #05FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,251,219); }

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

background-color css

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

 a { background-color: rgb(5,251,219); }

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

border-color css

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

 span { border-color: rgb(5,251,219); }

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