Html Css Color HEX #37FADB Turquoise

📋 copy color: '#37FADB'

red 55 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #37FADB

Tints of Turquoise #37FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.71%

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 10.5%
G = 47.71%
B = 41.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#37FADB (or 0x37FADB) is known color: Turquoise. HEX triplet: 37, FA and DB. RGB value is (55,250,219). Sum of RGB (Red+Green+Blue) = 55+250+219=524 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.50% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #37FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FADB is #C80524. Grayscale: #BCBCBC. Windows color (decimal): -13108517 or 14416439. OLE color: 14416439.

HSL color Cylindrical-coordinate representation of color #37FADB: hue angle of 170.46º degrees, saturation: 0.95, 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 #37FADB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 250 219 -
CMYK 0.78 0 0.12 0.02
HSL 170.46º 0.95% 0.6% -
HSV(B) 170.46º 0.78% 0.98% -
XYZ 48.55 74.3 78.8 -
YUV 188.16 145.4 33.02 -
System Red Green Blue C M Y K H S L
Decimal 55 250 219 0.78 0 0.12 0.02 170.46 0.95 0.6
Hex 37 FA DB 4E 0 C 2 AA 5F 3C
Octal 67 372 333 116 0 14 2 252 137 74
Binary 110111 11111010 11011011 1001110 0 1100 10 10101010 1011111 111100

Color Harmonies of #37FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FADB

Black with #37FADB

Text Example


Text Example

White with #37FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,250,219); }

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

background-color css

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

 a { background-color: rgb(55,250,219); }

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

border-color css

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

 span { border-color: rgb(55,250,219); }

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