Html Css Color HEX #37BFCA Medium Turquoise

📋 copy color: '#37BFCA'

red 55 ◦ green 191 ◦ blue 202

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

Shades of Medium Turquoise #37BFCA

Tints of Medium Turquoise #37BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 42.63%

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

R = 12.28%
G = 42.63%
B = 45.09%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#37BFCA (or 0x37BFCA) is known color: Medium Turquoise. HEX triplet: 37, BF and CA. RGB value is (55,191,202). Sum of RGB (Red+Green+Blue) = 55+191+202=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #37BFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BFCA is #C84035. Grayscale: #979797. Windows color (decimal): -13123638 or 13287223. OLE color: 13287223.

HSL color Cylindrical-coordinate representation of color #37BFCA: hue angle of 184.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BFCA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 191 202 -
CMYK 0.73 0.05 0 0.21
HSL 184.49º 0.58% 0.5% -
HSV(B) 184.49º 0.73% 0.79% -
XYZ 30.87 42.34 62.42 -
YUV 151.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 55 191 202 0.73 0.05 0 0.21 184.49 0.58 0.5
Hex 37 BF CA 49 5 0 15 B8 3A 32
Octal 67 277 312 111 5 0 25 270 72 62
Binary 110111 10111111 11001010 1001001 101 0 10101 10111000 111010 110010

Color Harmonies of #37BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BFCA

Black with #37BFCA

Text Example


Text Example

White with #37BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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