Html Css Color HEX #39F7ED Turquoise

📋 copy color: '#39F7ED'

red 57 ◦ green 247 ◦ blue 237

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

Shades of Turquoise #39F7ED

Tints of Turquoise #39F7ED

RGB

 RED value IS 57 (22.66% from 255) = 10.54%

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 10.54%
G = 45.66%
B = 43.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#39F7ED (or 0x39F7ED) is known color: Turquoise. HEX triplet: 39, F7 and ED. RGB value is (57,247,237). Sum of RGB (Red+Green+Blue) = 57+247+237=541 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.54% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #39F7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F7ED is #C60812. Grayscale: #BCBCBC. Windows color (decimal): -12978195 or 15595321. OLE color: 15595321.

HSL color Cylindrical-coordinate representation of color #39F7ED: hue angle of 176.84º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F7ED is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 57 247 237 -
CMYK 0.77 0 0.04 0.03
HSL 176.84º 0.92% 0.6% -
HSV(B) 176.84º 0.77% 0.97% -
XYZ 50.23 73.51 91.66 -
YUV 189.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 57 247 237 0.77 0 0.04 0.03 176.84 0.92 0.6
Hex 39 F7 ED 4D 0 4 3 B1 5C 3C
Octal 71 367 355 115 0 4 3 261 134 74
Binary 111001 11110111 11101101 1001101 0 100 11 10110001 1011100 111100

Color Harmonies of #39F7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39F7ED

Black with #39F7ED

Text Example


Text Example

White with #39F7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39F7ED; }

 p { color: rgb(57,247,237); }

 H1.HeaderClassName
 {
   color: #39F7ED;
 }
 .AnyTagClassName
 {
   color: #39F7ED;
 }
</style>

background-color css

<style>
 a { background-color: #39F7ED; }

 a { background-color: rgb(57,247,237); }

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

border-color css

<style>
 span { border-color: #39F7ED; }

 span { border-color: rgb(57,247,237); }

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