Html Css Color HEX #36DBFB Turquoise

📋 copy color: '#36DBFB'

red 54 ◦ green 219 ◦ blue 251

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

Shades of Turquoise #36DBFB

Tints of Turquoise #36DBFB

RGB

 RED value IS 54 (21.48% from 255) = 10.31%

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 10.31%
G = 41.79%
B = 47.9%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#36DBFB (or 0x36DBFB) is known color: Turquoise. HEX triplet: 36, DB and FB. RGB value is (54,219,251). Sum of RGB (Red+Green+Blue) = 54+219+251=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #36DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBFB is #C92404. Grayscale: #ADADAD. Windows color (decimal): -13181957 or 16505654. OLE color: 16505654.

HSL color Cylindrical-coordinate representation of color #36DBFB: hue angle of 189.75º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36DBFB is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 219 251 -
CMYK 0.78 0.13 0 0.02
HSL 189.75º 0.96% 0.6% -
HSV(B) 189.75º 0.78% 0.98% -
XYZ 44.27 58.41 100.21 -
YUV 173.31 171.84 42.9 -
System Red Green Blue C M Y K H S L
Decimal 54 219 251 0.78 0.13 0 0.02 189.75 0.96 0.6
Hex 36 DB FB 4E D 0 2 BE 60 3C
Octal 66 333 373 116 15 0 2 276 140 74
Binary 110110 11011011 11111011 1001110 1101 0 10 10111110 1100000 111100

Color Harmonies of #36DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DBFB

Black with #36DBFB

Text Example


Text Example

White with #36DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36DBFB; }

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

 H1.HeaderClassName
 {
   color: #36DBFB;
 }
 .AnyTagClassName
 {
   color: #36DBFB;
 }
</style>

background-color css

<style>
 a { background-color: #36DBFB; }

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

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

border-color css

<style>
 span { border-color: #36DBFB; }

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

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