Html Css Color HEX #37FDBB Turquoise

📋 copy color: '#37FDBB'

red 55 ◦ green 253 ◦ blue 187

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

Shades of Turquoise #37FDBB

Tints of Turquoise #37FDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 11.11%
G = 51.11%
B = 37.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#37FDBB (or 0x37FDBB) is known color: Turquoise. HEX triplet: 37, FD and BB. RGB value is (55,253,187). Sum of RGB (Red+Green+Blue) = 55+253+187=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FDBB is #C80244. Grayscale: #BABABA. Windows color (decimal): -13107781 or 12320055. OLE color: 12320055.

HSL color Cylindrical-coordinate representation of color #37FDBB: hue angle of 160º 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 #37FDBB is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 253 187 -
CMYK 0.78 0 0.26 0.01
HSL 160º 0.98% 0.6% -
HSV(B) 160º 0.78% 0.99% -
XYZ 45.67 74.65 59.02 -
YUV 186.27 128.4 34.37 -
System Red Green Blue C M Y K H S L
Decimal 55 253 187 0.78 0 0.26 0.01 160 0.98 0.6
Hex 37 FD BB 4E 0 1A 1 A0 62 3C
Octal 67 375 273 116 0 32 1 240 142 74
Binary 110111 11111101 10111011 1001110 0 11010 1 10100000 1100010 111100

Color Harmonies of #37FDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FDBB

Black with #37FDBB

Text Example


Text Example

White with #37FDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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