Html Css Color HEX #37EFF7 Turquoise

📋 copy color: '#37EFF7'

red 55 ◦ green 239 ◦ blue 247

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

Shades of Turquoise #37EFF7

Tints of Turquoise #37EFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 10.17%
G = 44.18%
B = 45.66%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#37EFF7 (or 0x37EFF7) is known color: Turquoise. HEX triplet: 37, EF and F7. RGB value is (55,239,247). Sum of RGB (Red+Green+Blue) = 55+239+247=541 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.17% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #37EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFF7 is #C81008. Grayscale: #B8B8B8. Windows color (decimal): -13111305 or 16248631. OLE color: 16248631.

HSL color Cylindrical-coordinate representation of color #37EFF7: hue angle of 182.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EFF7 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 239 247 -
CMYK 0.78 0.03 0 0.03
HSL 182.5º 0.92% 0.59% -
HSV(B) 182.5º 0.78% 0.97% -
XYZ 49.23 69.26 98.77 -
YUV 184.9 163.04 35.35 -
System Red Green Blue C M Y K H S L
Decimal 55 239 247 0.78 0.03 0 0.03 182.5 0.92 0.59
Hex 37 EF F7 4E 3 0 3 B6 5C 3B
Octal 67 357 367 116 3 0 3 266 134 73
Binary 110111 11101111 11110111 1001110 11 0 11 10110110 1011100 111011

Color Harmonies of #37EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFF7

Black with #37EFF7

Text Example


Text Example

White with #37EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,239,247); }

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

background-color css

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

 a { background-color: rgb(55,239,247); }

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

border-color css

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

 span { border-color: rgb(55,239,247); }

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