Html Css Color HEX #36FDFB Turquoise

📋 copy color: '#36FDFB'

red 54 ◦ green 253 ◦ blue 251

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

Shades of Turquoise #36FDFB

Tints of Turquoise #36FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.34%

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

R = 9.68%
G = 45.34%
B = 44.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#36FDFB (or 0x36FDFB) is known color: Turquoise. HEX triplet: 36, FD and FB. RGB value is (54,253,251). Sum of RGB (Red+Green+Blue) = 54+253+251=558 (73% of max value = 765). Red value is 54 (21.48% from 255 or 9.68% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FDFB is #C90204. Grayscale: #C1C1C1. Windows color (decimal): -13173253 or 16514358. OLE color: 16514358.

HSL color Cylindrical-coordinate representation of color #36FDFB: hue angle of 179.4º degrees, saturation: 0.98, 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 #36FDFB is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 253 251 -
CMYK 0.79 0 0.01 0.01
HSL 179.4º 0.98% 0.6% -
HSV(B) 179.4º 0.79% 0.99% -
XYZ 54.06 78 103.47 -
YUV 193.27 160.57 28.66 -
System Red Green Blue C M Y K H S L
Decimal 54 253 251 0.79 0 0.01 0.01 179.4 0.98 0.6
Hex 36 FD FB 4F 0 1 1 B3 62 3C
Octal 66 375 373 117 0 1 1 263 142 74
Binary 110110 11111101 11111011 1001111 0 1 1 10110011 1100010 111100

Color Harmonies of #36FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FDFB

Black with #36FDFB

Text Example


Text Example

White with #36FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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