Html Css Color HEX #36FACD Turquoise

📋 copy color: '#36FACD'

red 54 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #36FACD

Tints of Turquoise #36FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 10.61%
G = 49.12%
B = 40.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#36FACD (or 0x36FACD) is known color: Turquoise. HEX triplet: 36, FA and CD. RGB value is (54,250,205). Sum of RGB (Red+Green+Blue) = 54+250+205=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #36FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FACD is #C90532. Grayscale: #BABABA. Windows color (decimal): -13174067 or 13498934. OLE color: 13498934.

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

Color convert

RGB 54 250 205 -
CMYK 0.78 0 0.18 0.02
HSL 166.22º 0.95% 0.6% -
HSV(B) 166.22º 0.78% 0.98% -
XYZ 46.73 73.56 69.49 -
YUV 186.27 138.57 33.66 -
System Red Green Blue C M Y K H S L
Decimal 54 250 205 0.78 0 0.18 0.02 166.22 0.95 0.6
Hex 36 FA CD 4E 0 12 2 A6 5F 3C
Octal 66 372 315 116 0 22 2 246 137 74
Binary 110110 11111010 11001101 1001110 0 10010 10 10100110 1011111 111100

Color Harmonies of #36FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FACD

Black with #36FACD

Text Example


Text Example

White with #36FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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