Html Css Color HEX #36DCEB Turquoise

📋 copy color: '#36DCEB'

red 54 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #36DCEB

Tints of Turquoise #36DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 10.61%
G = 43.22%
B = 46.17%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#36DCEB (or 0x36DCEB) is known color: Turquoise. HEX triplet: 36, DC and EB. RGB value is (54,220,235). Sum of RGB (Red+Green+Blue) = 54+220+235=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #36DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCEB is #C92314. Grayscale: #ABABAB. Windows color (decimal): -13181717 or 15457334. OLE color: 15457334.

HSL color Cylindrical-coordinate representation of color #36DCEB: hue angle of 184.97º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DCEB is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 220 235 -
CMYK 0.77 0.06 0 0.08
HSL 184.97º 0.82% 0.57% -
HSV(B) 184.97º 0.77% 0.92% -
XYZ 42.11 57.97 87.57 -
YUV 172.08 163.5 43.78 -
System Red Green Blue C M Y K H S L
Decimal 54 220 235 0.77 0.06 0 0.08 184.97 0.82 0.57
Hex 36 DC EB 4D 6 0 8 B9 52 39
Octal 66 334 353 115 6 0 10 271 122 71
Binary 110110 11011100 11101011 1001101 110 0 1000 10111001 1010010 111001

Color Harmonies of #36DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCEB

Black with #36DCEB

Text Example


Text Example

White with #36DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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