Html Css Color HEX #36DFB4 Turquoise

📋 copy color: '#36DFB4'

red 54 ◦ green 223 ◦ blue 180

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

Shades of Turquoise #36DFB4

Tints of Turquoise #36DFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 11.82%
G = 48.8%
B = 39.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#36DFB4 (or 0x36DFB4) is known color: Turquoise. HEX triplet: 36, DF and B4. RGB value is (54,223,180). Sum of RGB (Red+Green+Blue) = 54+223+180=457 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.82% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFB4 is #C9204B. Grayscale: #A7A7A7. Windows color (decimal): -13181004 or 11853622. OLE color: 11853622.

HSL color Cylindrical-coordinate representation of color #36DFB4: hue angle of 164.73º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DFB4 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 223 180 -
CMYK 0.76 0 0.19 0.13
HSL 164.73º 0.73% 0.54% -
HSV(B) 164.73º 0.76% 0.87% -
XYZ 36.15 56.85 52.25 -
YUV 167.57 135.01 47 -
System Red Green Blue C M Y K H S L
Decimal 54 223 180 0.76 0 0.19 0.13 164.73 0.73 0.54
Hex 36 DF B4 4C 0 13 D A5 49 36
Octal 66 337 264 114 0 23 15 245 111 66
Binary 110110 11011111 10110100 1001100 0 10011 1101 10100101 1001001 110110

Color Harmonies of #36DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DFB4

Black with #36DFB4

Text Example


Text Example

White with #36DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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