Html Css Color HEX #3AEFE5 Turquoise

📋 copy color: '#3AEFE5'

red 58 ◦ green 239 ◦ blue 229

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

Shades of Turquoise #3AEFE5

Tints of Turquoise #3AEFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 11.03%
G = 45.44%
B = 43.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#3AEFE5 (or 0x3AEFE5) is known color: Turquoise. HEX triplet: 3A, EF and E5. RGB value is (58,239,229). Sum of RGB (Red+Green+Blue) = 58+239+229=526 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.03% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFE5 is #C5101A. Grayscale: #B7B7B7. Windows color (decimal): -12914715 or 15068986. OLE color: 15068986.

HSL color Cylindrical-coordinate representation of color #3AEFE5: hue angle of 176.69º 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 #3AEFE5 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 239 229 -
CMYK 0.76 0 0.04 0.06
HSL 176.69º 0.85% 0.58% -
HSV(B) 176.69º 0.76% 0.94% -
XYZ 46.75 68.29 84.85 -
YUV 183.74 153.53 38.31 -
System Red Green Blue C M Y K H S L
Decimal 58 239 229 0.76 0 0.04 0.06 176.69 0.85 0.58
Hex 3A EF E5 4C 0 4 6 B1 55 3A
Octal 72 357 345 114 0 4 6 261 125 72
Binary 111010 11101111 11100101 1001100 0 100 110 10110001 1010101 111010

Color Harmonies of #3AEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEFE5

Black with #3AEFE5

Text Example


Text Example

White with #3AEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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