Html Css Color HEX #39EFF1 Turquoise

📋 copy color: '#39EFF1'

red 57 ◦ green 239 ◦ blue 241

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

Shades of Turquoise #39EFF1

Tints of Turquoise #39EFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 10.61%
G = 44.51%
B = 44.88%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#39EFF1 (or 0x39EFF1) is known color: Turquoise. HEX triplet: 39, EF and F1. RGB value is (57,239,241). Sum of RGB (Red+Green+Blue) = 57+239+241=537 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.61% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #39EFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EFF1 is #C6100E. Grayscale: #B8B8B8. Windows color (decimal): -12980239 or 15855417. OLE color: 15855417.

HSL color Cylindrical-coordinate representation of color #39EFF1: hue angle of 180.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EFF1 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 239 241 -
CMYK 0.76 0.01 0 0.05
HSL 180.65º 0.87% 0.58% -
HSV(B) 180.65º 0.76% 0.95% -
XYZ 48.43 68.95 93.98 -
YUV 184.81 159.7 36.84 -
System Red Green Blue C M Y K H S L
Decimal 57 239 241 0.76 0.01 0 0.05 180.65 0.87 0.58
Hex 39 EF F1 4C 1 0 5 B5 57 3A
Octal 71 357 361 114 1 0 5 265 127 72
Binary 111001 11101111 11110001 1001100 1 0 101 10110101 1010111 111010

Color Harmonies of #39EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EFF1

Black with #39EFF1

Text Example


Text Example

White with #39EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,239,241); }

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

background-color css

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

 a { background-color: rgb(57,239,241); }

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

border-color css

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

 span { border-color: rgb(57,239,241); }

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