Html Css Color HEX #3AEFEC Turquoise

📋 copy color: '#3AEFEC'

red 58 ◦ green 239 ◦ blue 236

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

Shades of Turquoise #3AEFEC

Tints of Turquoise #3AEFEC

RGB

 RED value IS 58 (23.05% from 255) = 10.88%

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 10.88%
G = 44.84%
B = 44.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#3AEFEC (or 0x3AEFEC) is known color: Turquoise. HEX triplet: 3A, EF and EC. RGB value is (58,239,236). Sum of RGB (Red+Green+Blue) = 58+239+236=533 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.88% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEFEC is #C51013. Grayscale: #B8B8B8. Windows color (decimal): -12914708 or 15527738. OLE color: 15527738.

HSL color Cylindrical-coordinate representation of color #3AEFEC: hue angle of 179.01º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEFEC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 239 236 -
CMYK 0.76 0 0.01 0.06
HSL 179.01º 0.85% 0.58% -
HSV(B) 179.01º 0.76% 0.94% -
XYZ 47.75 68.69 90.1 -
YUV 184.54 157.03 37.74 -
System Red Green Blue C M Y K H S L
Decimal 58 239 236 0.76 0 0.01 0.06 179.01 0.85 0.58
Hex 3A EF EC 4C 0 1 6 B3 55 3A
Octal 72 357 354 114 0 1 6 263 125 72
Binary 111010 11101111 11101100 1001100 0 1 110 10110011 1010101 111010

Color Harmonies of #3AEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEFEC

Black with #3AEFEC

Text Example


Text Example

White with #3AEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AEFEC; }

 p { color: rgb(58,239,236); }

 H1.HeaderClassName
 {
   color: #3AEFEC;
 }
 .AnyTagClassName
 {
   color: #3AEFEC;
 }
</style>

background-color css

<style>
 a { background-color: #3AEFEC; }

 a { background-color: rgb(58,239,236); }

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

border-color css

<style>
 span { border-color: #3AEFEC; }

 span { border-color: rgb(58,239,236); }

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