Html Css Color HEX #37F5FD Turquoise

📋 copy color: '#37F5FD'

red 55 ◦ green 245 ◦ blue 253

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

Shades of Turquoise #37F5FD

Tints of Turquoise #37F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.3%

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

R = 9.95%
G = 44.3%
B = 45.75%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#37F5FD (or 0x37F5FD) is known color: Turquoise. HEX triplet: 37, F5 and FD. RGB value is (55,245,253). Sum of RGB (Red+Green+Blue) = 55+245+253=553 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.95% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #37F5FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F5FD is #C80A02. Grayscale: #BCBCBC. Windows color (decimal): -13109763 or 16643383. OLE color: 16643383.

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

Color convert

RGB 55 245 253 -
CMYK 0.78 0.03 0 0.01
HSL 182.42º 0.98% 0.6% -
HSV(B) 182.42º 0.78% 0.99% -
XYZ 51.96 73.21 104.32 -
YUV 189.1 164.05 32.35 -
System Red Green Blue C M Y K H S L
Decimal 55 245 253 0.78 0.03 0 0.01 182.42 0.98 0.6
Hex 37 F5 FD 4E 3 0 1 B6 62 3C
Octal 67 365 375 116 3 0 1 266 142 74
Binary 110111 11110101 11111101 1001110 11 0 1 10110110 1100010 111100

Color Harmonies of #37F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F5FD

Black with #37F5FD

Text Example


Text Example

White with #37F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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