Html Css Color HEX #05FCDB Bright Turquoise

📋 copy color: '#05FCDB'

red 5 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #05FCDB

Tints of Bright Turquoise #05FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

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

R = 1.05%
G = 52.94%
B = 46.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#05FCDB (or 0x05FCDB) is known color: Bright Turquoise. HEX triplet: 05, FC and DB. RGB value is (5,252,219). Sum of RGB (Red+Green+Blue) = 5+252+219=476 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCDB is #FA0324. Grayscale: #AEAEAE. Windows color (decimal): -16384805 or 14416901. OLE color: 14416901.

HSL color Cylindrical-coordinate representation of color #05FCDB: hue angle of 171.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCDB is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 252 219 -
CMYK 0.98 0 0.13 0.01
HSL 171.98º 0.98% 0.5% -
HSV(B) 171.98º 0.98% 0.99% -
XYZ 47.66 74.77 78.94 -
YUV 174.39 153.17 7.18 -
System Red Green Blue C M Y K H S L
Decimal 5 252 219 0.98 0 0.13 0.01 171.98 0.98 0.5
Hex 5 FC DB 62 0 D 1 AC 62 32
Octal 5 374 333 142 0 15 1 254 142 62
Binary 101 11111100 11011011 1100010 0 1101 1 10101100 1100010 110010

Color Harmonies of #05FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FCDB

Black with #05FCDB

Text Example


Text Example

White with #05FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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