Html Css Color HEX #37EDFF Turquoise

📋 copy color: '#37EDFF'

red 55 ◦ green 237 ◦ blue 255

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

Shades of Turquoise #37EDFF

Tints of Turquoise #37EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 10.05%
G = 43.33%
B = 46.62%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#37EDFF (or 0x37EDFF) is known color: Turquoise. HEX triplet: 37, ED and FF. RGB value is (55,237,255). Sum of RGB (Red+Green+Blue) = 55+237+255=547 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.05% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #37EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EDFF is #C81200. Grayscale: #B8B8B8. Windows color (decimal): -13111809 or 16772407. OLE color: 16772407.

HSL color Cylindrical-coordinate representation of color #37EDFF: hue angle of 185.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EDFF is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 237 255 -
CMYK 0.78 0.07 0 0
HSL 185.4º 1% 0.61% -
HSV(B) 185.4º 0.78% 1% -
XYZ 49.91 68.6 105.22 -
YUV 184.63 167.7 35.54 -
System Red Green Blue C M Y K H S L
Decimal 55 237 255 0.78 0.07 0 0 185.4 1 0.61
Hex 37 ED FF 4E 7 0 0 B9 64 3D
Octal 67 355 377 116 7 0 0 271 144 75
Binary 110111 11101101 11111111 1001110 111 0 0 10111001 1100100 111101

Color Harmonies of #37EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EDFF

Black with #37EDFF

Text Example


Text Example

White with #37EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,237,255); }

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

background-color css

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

 a { background-color: rgb(55,237,255); }

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

border-color css

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

 span { border-color: rgb(55,237,255); }

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