Html Css Color HEX #36FAD2 Turquoise

📋 copy color: '#36FAD2'

red 54 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #36FAD2

Tints of Turquoise #36FAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.64%

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 10.51%
G = 48.64%
B = 40.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#36FAD2 (or 0x36FAD2) is known color: Turquoise. HEX triplet: 36, FA and D2. RGB value is (54,250,210). Sum of RGB (Red+Green+Blue) = 54+250+210=514 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.51% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #36FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FAD2 is #C9052D. Grayscale: #BABABA. Windows color (decimal): -13174062 or 13826614. OLE color: 13826614.

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

Color convert

RGB 54 250 210 -
CMYK 0.78 0 0.16 0.02
HSL 167.76º 0.95% 0.6% -
HSV(B) 167.76º 0.78% 0.98% -
XYZ 47.34 73.81 72.72 -
YUV 186.84 141.07 33.25 -
System Red Green Blue C M Y K H S L
Decimal 54 250 210 0.78 0 0.16 0.02 167.76 0.95 0.6
Hex 36 FA D2 4E 0 10 2 A8 5F 3C
Octal 66 372 322 116 0 20 2 250 137 74
Binary 110110 11111010 11010010 1001110 0 10000 10 10101000 1011111 111100

Color Harmonies of #36FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FAD2

Black with #36FAD2

Text Example


Text Example

White with #36FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,250,210); }

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

background-color css

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

 a { background-color: rgb(54,250,210); }

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

border-color css

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

 span { border-color: rgb(54,250,210); }

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