Html Css Color HEX #37FACA Turquoise

📋 copy color: '#37FACA'

red 55 ◦ green 250 ◦ blue 202

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

Shades of Turquoise #37FACA

Tints of Turquoise #37FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 10.85%
G = 49.31%
B = 39.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#37FACA (or 0x37FACA) is known color: Turquoise. HEX triplet: 37, FA and CA. RGB value is (55,250,202). Sum of RGB (Red+Green+Blue) = 55+250+202=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #37FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FACA is #C80535. Grayscale: #BABABA. Windows color (decimal): -13108534 or 13302327. OLE color: 13302327.

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

Color convert

RGB 55 250 202 -
CMYK 0.78 0 0.19 0.02
HSL 165.23º 0.95% 0.6% -
HSV(B) 165.23º 0.78% 0.98% -
XYZ 46.42 73.45 67.61 -
YUV 186.22 136.9 34.4 -
System Red Green Blue C M Y K H S L
Decimal 55 250 202 0.78 0 0.19 0.02 165.23 0.95 0.6
Hex 37 FA CA 4E 0 13 2 A5 5F 3C
Octal 67 372 312 116 0 23 2 245 137 74
Binary 110111 11111010 11001010 1001110 0 10011 10 10100101 1011111 111100

Color Harmonies of #37FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FACA

Black with #37FACA

Text Example


Text Example

White with #37FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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