Html Css Color HEX #37FBB7 Turquoise

📋 copy color: '#37FBB7'

red 55 ◦ green 251 ◦ blue 183

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

Shades of Turquoise #37FBB7

Tints of Turquoise #37FBB7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.33%

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 11.25%
G = 51.33%
B = 37.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#37FBB7 (or 0x37FBB7) is known color: Turquoise. HEX triplet: 37, FB and B7. RGB value is (55,251,183). Sum of RGB (Red+Green+Blue) = 55+251+183=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBB7 is #C80448. Grayscale: #B8B8B8. Windows color (decimal): -13108297 or 12057399. OLE color: 12057399.

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

Color convert

RGB 55 251 183 -
CMYK 0.78 0 0.27 0.02
HSL 159.18º 0.96% 0.6% -
HSV(B) 159.18º 0.78% 0.98% -
XYZ 44.62 73.23 56.58 -
YUV 184.64 127.07 35.53 -
System Red Green Blue C M Y K H S L
Decimal 55 251 183 0.78 0 0.27 0.02 159.18 0.96 0.6
Hex 37 FB B7 4E 0 1B 2 9F 60 3C
Octal 67 373 267 116 0 33 2 237 140 74
Binary 110111 11111011 10110111 1001110 0 11011 10 10011111 1100000 111100

Color Harmonies of #37FBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FBB7

Black with #37FBB7

Text Example


Text Example

White with #37FBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,251,183); }

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

background-color css

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

 a { background-color: rgb(55,251,183); }

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

border-color css

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

 span { border-color: rgb(55,251,183); }

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