Html Css Color HEX #37FDCD Turquoise

📋 copy color: '#37FDCD'

red 55 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #37FDCD

Tints of Turquoise #37FDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.32%

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 10.72%
G = 49.32%
B = 39.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#37FDCD (or 0x37FDCD) is known color: Turquoise. HEX triplet: 37, FD and CD. RGB value is (55,253,205). Sum of RGB (Red+Green+Blue) = 55+253+205=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDCD is #C80232. Grayscale: #BCBCBC. Windows color (decimal): -13107763 or 13499703. OLE color: 13499703.

HSL color Cylindrical-coordinate representation of color #37FDCD: hue angle of 165.45º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FDCD is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 253 205 -
CMYK 0.78 0 0.19 0.01
HSL 165.45º 0.98% 0.6% -
HSV(B) 165.45º 0.78% 0.99% -
XYZ 47.72 75.47 69.81 -
YUV 188.33 137.4 32.9 -
System Red Green Blue C M Y K H S L
Decimal 55 253 205 0.78 0 0.19 0.01 165.45 0.98 0.6
Hex 37 FD CD 4E 0 13 1 A5 62 3C
Octal 67 375 315 116 0 23 1 245 142 74
Binary 110111 11111101 11001101 1001110 0 10011 1 10100101 1100010 111100

Color Harmonies of #37FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FDCD

Black with #37FDCD

Text Example


Text Example

White with #37FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,253,205); }

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

background-color css

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

 a { background-color: rgb(55,253,205); }

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

border-color css

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

 span { border-color: rgb(55,253,205); }

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