Html Css Color HEX #36DCFC Turquoise

📋 copy color: '#36DCFC'

red 54 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #36DCFC

Tints of Turquoise #36DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 10.27%
G = 41.83%
B = 47.91%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#36DCFC (or 0x36DCFC) is known color: Turquoise. HEX triplet: 36, DC and FC. RGB value is (54,220,252). Sum of RGB (Red+Green+Blue) = 54+220+252=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #36DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCFC is #C92303. Grayscale: #ADADAD. Windows color (decimal): -13181700 or 16571446. OLE color: 16571446.

HSL color Cylindrical-coordinate representation of color #36DCFC: hue angle of 189.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DCFC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 220 252 -
CMYK 0.79 0.13 0 0.01
HSL 189.7º 0.97% 0.6% -
HSV(B) 189.7º 0.79% 0.99% -
XYZ 44.69 59 101.13 -
YUV 174.01 172 42.4 -
System Red Green Blue C M Y K H S L
Decimal 54 220 252 0.79 0.13 0 0.01 189.7 0.97 0.6
Hex 36 DC FC 4F D 0 1 BE 61 3C
Octal 66 334 374 117 15 0 1 276 141 74
Binary 110110 11011100 11111100 1001111 1101 0 1 10111110 1100001 111100

Color Harmonies of #36DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCFC

Black with #36DCFC

Text Example


Text Example

White with #36DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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