Html Css Color HEX #36E4DF Turquoise

📋 copy color: '#36E4DF'

red 54 ◦ green 228 ◦ blue 223

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

Shades of Turquoise #36E4DF

Tints of Turquoise #36E4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.15%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 10.69%
G = 45.15%
B = 44.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#36E4DF (or 0x36E4DF) is known color: Turquoise. HEX triplet: 36, E4 and DF. RGB value is (54,228,223). Sum of RGB (Red+Green+Blue) = 54+228+223=505 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.69% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #36E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E4DF is #C91B20. Grayscale: #AFAFAF. Windows color (decimal): -13179681 or 14672950. OLE color: 14672950.

HSL color Cylindrical-coordinate representation of color #36E4DF: hue angle of 178.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E4DF is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 228 223 -
CMYK 0.76 0 0.02 0.11
HSL 178.28º 0.76% 0.55% -
HSV(B) 178.28º 0.76% 0.89% -
XYZ 42.58 61.6 79.46 -
YUV 175.4 154.85 41.41 -
System Red Green Blue C M Y K H S L
Decimal 54 228 223 0.76 0 0.02 0.11 178.28 0.76 0.55
Hex 36 E4 DF 4C 0 2 B B2 4C 37
Octal 66 344 337 114 0 2 13 262 114 67
Binary 110110 11100100 11011111 1001100 0 10 1011 10110010 1001100 110111

Color Harmonies of #36E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E4DF

Black with #36E4DF

Text Example


Text Example

White with #36E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,228,223); }

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

background-color css

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

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

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

border-color css

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

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

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