Html Css Color HEX #37EAFD Turquoise

📋 copy color: '#37EAFD'

red 55 ◦ green 234 ◦ blue 253

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

Shades of Turquoise #37EAFD

Tints of Turquoise #37EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 10.15%
G = 43.17%
B = 46.68%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#37EAFD (or 0x37EAFD) is known color: Turquoise. HEX triplet: 37, EA and FD. RGB value is (55,234,253). Sum of RGB (Red+Green+Blue) = 55+234+253=542 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.15% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #37EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EAFD is #C81502. Grayscale: #B6B6B6. Windows color (decimal): -13112579 or 16640567. OLE color: 16640567.

HSL color Cylindrical-coordinate representation of color #37EAFD: hue angle of 185.76º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EAFD is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 234 253 -
CMYK 0.78 0.08 0 0.01
HSL 185.76º 0.98% 0.6% -
HSV(B) 185.76º 0.78% 0.99% -
XYZ 48.73 66.75 103.24 -
YUV 182.65 167.7 36.96 -
System Red Green Blue C M Y K H S L
Decimal 55 234 253 0.78 0.08 0 0.01 185.76 0.98 0.6
Hex 37 EA FD 4E 8 0 1 BA 62 3C
Octal 67 352 375 116 10 0 1 272 142 74
Binary 110111 11101010 11111101 1001110 1000 0 1 10111010 1100010 111100

Color Harmonies of #37EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EAFD

Black with #37EAFD

Text Example


Text Example

White with #37EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,234,253); }

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

background-color css

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

 a { background-color: rgb(55,234,253); }

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

border-color css

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

 span { border-color: rgb(55,234,253); }

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