Html Css Color HEX #36DCEA Turquoise

📋 copy color: '#36DCEA'

red 54 ◦ green 220 ◦ blue 234

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

Shades of Turquoise #36DCEA

Tints of Turquoise #36DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 10.63%
G = 43.31%
B = 46.06%

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

#36DCEA (or 0x36DCEA) is known color: Turquoise. HEX triplet: 36, DC and EA. RGB value is (54,220,234). Sum of RGB (Red+Green+Blue) = 54+220+234=508 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.63% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #36DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCEA is #C92315. Grayscale: #ABABAB. Windows color (decimal): -13181718 or 15391798. OLE color: 15391798.

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

Color convert

RGB 54 220 234 -
CMYK 0.77 0.06 0 0.08
HSL 184.67º 0.81% 0.56% -
HSV(B) 184.67º 0.77% 0.92% -
XYZ 41.97 57.91 86.81 -
YUV 171.96 163 43.86 -
System Red Green Blue C M Y K H S L
Decimal 54 220 234 0.77 0.06 0 0.08 184.67 0.81 0.56
Hex 36 DC EA 4D 6 0 8 B9 51 38
Octal 66 334 352 115 6 0 10 271 121 70
Binary 110110 11011100 11101010 1001101 110 0 1000 10111001 1010001 111000

Color Harmonies of #36DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCEA

Black with #36DCEA

Text Example


Text Example

White with #36DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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