Html Css Color HEX #37DFB5 Turquoise

📋 copy color: '#37DFB5'

red 55 ◦ green 223 ◦ blue 181

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

Shades of Turquoise #37DFB5

Tints of Turquoise #37DFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 11.98%
G = 48.58%
B = 39.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#37DFB5 (or 0x37DFB5) is known color: Turquoise. HEX triplet: 37, DF and B5. RGB value is (55,223,181). Sum of RGB (Red+Green+Blue) = 55+223+181=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFB5 is #C8204A. Grayscale: #A7A7A7. Windows color (decimal): -13115467 or 11919159. OLE color: 11919159.

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

Color convert

RGB 55 223 181 -
CMYK 0.75 0 0.19 0.13
HSL 165º 0.72% 0.55% -
HSV(B) 165º 0.75% 0.87% -
XYZ 36.3 56.92 52.79 -
YUV 167.98 135.34 47.42 -
System Red Green Blue C M Y K H S L
Decimal 55 223 181 0.75 0 0.19 0.13 165 0.72 0.55
Hex 37 DF B5 4B 0 13 D A5 48 37
Octal 67 337 265 113 0 23 15 245 110 67
Binary 110111 11011111 10110101 1001011 0 10011 1101 10100101 1001000 110111

Color Harmonies of #37DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFB5

Black with #37DFB5

Text Example


Text Example

White with #37DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,223,181); }

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

background-color css

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

 a { background-color: rgb(55,223,181); }

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

border-color css

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

 span { border-color: rgb(55,223,181); }

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