Html Css Color HEX #36CADA Medium Turquoise

📋 copy color: '#36CADA'

red 54 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #36CADA

Tints of Medium Turquoise #36CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 11.39%
G = 42.62%
B = 45.99%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#36CADA (or 0x36CADA) is known color: Medium Turquoise. HEX triplet: 36, CA and DA. RGB value is (54,202,218). Sum of RGB (Red+Green+Blue) = 54+202+218=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #36CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CADA is #C93525. Grayscale: #9F9F9F. Windows color (decimal): -13186342 or 14338614. OLE color: 14338614.

HSL color Cylindrical-coordinate representation of color #36CADA: hue angle of 185.85º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CADA is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 202 218 -
CMYK 0.75 0.07 0 0.15
HSL 185.85º 0.69% 0.53% -
HSV(B) 185.85º 0.75% 0.85% -
XYZ 35.3 48.09 73.75 -
YUV 159.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 54 202 218 0.75 0.07 0 0.15 185.85 0.69 0.53
Hex 36 CA DA 4B 7 0 F BA 45 35
Octal 66 312 332 113 7 0 17 272 105 65
Binary 110110 11001010 11011010 1001011 111 0 1111 10111010 1000101 110101

Color Harmonies of #36CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CADA

Black with #36CADA

Text Example


Text Example

White with #36CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,202,218); }

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

background-color css

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

 a { background-color: rgb(54,202,218); }

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

border-color css

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

 span { border-color: rgb(54,202,218); }

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