Html Css Color HEX #36EDED Turquoise

📋 copy color: '#36EDED'

red 54 ◦ green 237 ◦ blue 237

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

Shades of Turquoise #36EDED

Tints of Turquoise #36EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.89%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 10.23%
G = 44.89%
B = 44.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#36EDED (or 0x36EDED) is known color: Turquoise. HEX triplet: 36, ED and ED. RGB value is (54,237,237). Sum of RGB (Red+Green+Blue) = 54+237+237=528 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.23% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #36EDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EDED is #C91212. Grayscale: #B6B6B6. Windows color (decimal): -13177363 or 15592758. OLE color: 15592758.

HSL color Cylindrical-coordinate representation of color #36EDED: hue angle of 180º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EDED is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 237 237 -
CMYK 0.77 0 0 0.07
HSL 180º 0.84% 0.57% -
HSV(B) 180º 0.77% 0.93% -
XYZ 47.09 67.47 90.66 -
YUV 182.28 158.87 36.5 -
System Red Green Blue C M Y K H S L
Decimal 54 237 237 0.77 0 0 0.07 180 0.84 0.57
Hex 36 ED ED 4D 0 0 7 B4 54 39
Octal 66 355 355 115 0 0 7 264 124 71
Binary 110110 11101101 11101101 1001101 0 0 111 10110100 1010100 111001

Color Harmonies of #36EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDED

Black with #36EDED

Text Example


Text Example

White with #36EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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