Html Css Color HEX #36DCFB Turquoise

📋 copy color: '#36DCFB'

red 54 ◦ green 220 ◦ blue 251

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

Shades of Turquoise #36DCFB

Tints of Turquoise #36DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 10.29%
G = 41.9%
B = 47.81%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#36DCFB (or 0x36DCFB) is known color: Turquoise. HEX triplet: 36, DC and FB. RGB value is (54,220,251). Sum of RGB (Red+Green+Blue) = 54+220+251=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #36DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCFB is #C92304. Grayscale: #ADADAD. Windows color (decimal): -13181701 or 16505910. OLE color: 16505910.

HSL color Cylindrical-coordinate representation of color #36DCFB: hue angle of 189.44º 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 #36DCFB is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 220 251 -
CMYK 0.78 0.12 0 0.02
HSL 189.44º 0.96% 0.6% -
HSV(B) 189.44º 0.78% 0.98% -
XYZ 44.53 58.94 100.3 -
YUV 173.9 171.5 42.48 -
System Red Green Blue C M Y K H S L
Decimal 54 220 251 0.78 0.12 0 0.02 189.44 0.96 0.6
Hex 36 DC FB 4E C 0 2 BD 60 3C
Octal 66 334 373 116 14 0 2 275 140 74
Binary 110110 11011100 11111011 1001110 1100 0 10 10111101 1100000 111100

Color Harmonies of #36DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCFB

Black with #36DCFB

Text Example


Text Example

White with #36DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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