Html Css Color HEX #37FAD3 Turquoise

📋 copy color: '#37FAD3'

red 55 ◦ green 250 ◦ blue 211

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

Shades of Turquoise #37FAD3

Tints of Turquoise #37FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.89%

R = 10.66%
G = 48.45%
B = 40.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#37FAD3 (or 0x37FAD3) is known color: Turquoise. HEX triplet: 37, FA and D3. RGB value is (55,250,211). Sum of RGB (Red+Green+Blue) = 55+250+211=516 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.66% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FAD3 is #C8052C. Grayscale: #BBBBBB. Windows color (decimal): -13108525 or 13892151. OLE color: 13892151.

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

Color convert

RGB 55 250 211 -
CMYK 0.78 0 0.16 0.02
HSL 168º 0.95% 0.6% -
HSV(B) 168º 0.78% 0.98% -
XYZ 47.52 73.89 73.39 -
YUV 187.25 141.4 33.67 -
System Red Green Blue C M Y K H S L
Decimal 55 250 211 0.78 0 0.16 0.02 168 0.95 0.6
Hex 37 FA D3 4E 0 10 2 A8 5F 3C
Octal 67 372 323 116 0 20 2 250 137 74
Binary 110111 11111010 11010011 1001110 0 10000 10 10101000 1011111 111100

Color Harmonies of #37FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAD3

Black with #37FAD3

Text Example


Text Example

White with #37FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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