Html Css Color HEX #37DEBC Turquoise

📋 copy color: '#37DEBC'

red 55 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #37DEBC

Tints of Turquoise #37DEBC

RGB

 RED value IS 55 (21.88% from 255) = 11.83%

 GREEN value IS 222 (87.11% from 255) = 47.74%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 11.83%
G = 47.74%
B = 40.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#37DEBC (or 0x37DEBC) is known color: Turquoise. HEX triplet: 37, DE and BC. RGB value is (55,222,188). Sum of RGB (Red+Green+Blue) = 55+222+188=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #37DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEBC is #C82143. Grayscale: #A8A8A8. Windows color (decimal): -13115716 or 12377655. OLE color: 12377655.

HSL color Cylindrical-coordinate representation of color #37DEBC: hue angle of 167.78º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DEBC is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 222 188 -
CMYK 0.75 0 0.15 0.13
HSL 167.78º 0.72% 0.54% -
HSV(B) 167.78º 0.75% 0.87% -
XYZ 36.77 56.69 56.58 -
YUV 168.19 139.17 47.26 -
System Red Green Blue C M Y K H S L
Decimal 55 222 188 0.75 0 0.15 0.13 167.78 0.72 0.54
Hex 37 DE BC 4B 0 F D A8 48 36
Octal 67 336 274 113 0 17 15 250 110 66
Binary 110111 11011110 10111100 1001011 0 1111 1101 10101000 1001000 110110

Color Harmonies of #37DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEBC

Black with #37DEBC

Text Example


Text Example

White with #37DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37DEBC; }

 p { color: rgb(55,222,188); }

 H1.HeaderClassName
 {
   color: #37DEBC;
 }
 .AnyTagClassName
 {
   color: #37DEBC;
 }
</style>

background-color css

<style>
 a { background-color: #37DEBC; }

 a { background-color: rgb(55,222,188); }

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

border-color css

<style>
 span { border-color: #37DEBC; }

 span { border-color: rgb(55,222,188); }

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