Html Css Color HEX #39EFFF Turquoise

📋 copy color: '#39EFFF'

red 57 ◦ green 239 ◦ blue 255

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

Shades of Turquoise #39EFFF

Tints of Turquoise #39EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 10.34%
G = 43.38%
B = 46.28%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#39EFFF (or 0x39EFFF) is known color: Turquoise. HEX triplet: 39, EF and FF. RGB value is (57,239,255). Sum of RGB (Red+Green+Blue) = 57+239+255=551 (72% of max value = 765). Red value is 57 (22.66% from 255 or 10.34% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #39EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EFFF is #C61000. Grayscale: #BABABA. Windows color (decimal): -12980225 or 16772921. OLE color: 16772921.

HSL color Cylindrical-coordinate representation of color #39EFFF: hue angle of 184.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39EFFF is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 57 239 255 -
CMYK 0.78 0.06 0 0
HSL 184.85º 1% 0.61% -
HSV(B) 184.85º 0.78% 1% -
XYZ 50.6 69.82 105.42 -
YUV 186.41 166.7 35.7 -
System Red Green Blue C M Y K H S L
Decimal 57 239 255 0.78 0.06 0 0 184.85 1 0.61
Hex 39 EF FF 4E 6 0 0 B9 64 3D
Octal 71 357 377 116 6 0 0 271 144 75
Binary 111001 11101111 11111111 1001110 110 0 0 10111001 1100100 111101

Color Harmonies of #39EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EFFF

Black with #39EFFF

Text Example


Text Example

White with #39EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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