Html Css Color HEX #39E5FD Turquoise

📋 copy color: '#39E5FD'

red 57 ◦ green 229 ◦ blue 253

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

Shades of Turquoise #39E5FD

Tints of Turquoise #39E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.49%

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

R = 10.58%
G = 42.49%
B = 46.94%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#39E5FD (or 0x39E5FD) is known color: Turquoise. HEX triplet: 39, E5 and FD. RGB value is (57,229,253). Sum of RGB (Red+Green+Blue) = 57+229+253=539 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.58% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #39E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E5FD is #C61A02. Grayscale: #B4B4B4. Windows color (decimal): -12982787 or 16639289. OLE color: 16639289.

HSL color Cylindrical-coordinate representation of color #39E5FD: hue angle of 187.35º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39E5FD is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 229 253 -
CMYK 0.77 0.09 0 0.01
HSL 187.35º 0.98% 0.61% -
HSV(B) 187.35º 0.77% 0.99% -
XYZ 47.44 64 102.78 -
YUV 180.31 169.02 40.05 -
System Red Green Blue C M Y K H S L
Decimal 57 229 253 0.77 0.09 0 0.01 187.35 0.98 0.61
Hex 39 E5 FD 4D 9 0 1 BB 62 3D
Octal 71 345 375 115 11 0 1 273 142 75
Binary 111001 11100101 11111101 1001101 1001 0 1 10111011 1100010 111101

Color Harmonies of #39E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E5FD

Black with #39E5FD

Text Example


Text Example

White with #39E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,229,253); }

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

background-color css

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

 a { background-color: rgb(57,229,253); }

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

border-color css

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

 span { border-color: rgb(57,229,253); }

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