Html Css Color HEX #3AEFE3 Turquoise

📋 copy color: '#3AEFE3'

red 58 ◦ green 239 ◦ blue 227

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

Shades of Turquoise #3AEFE3

Tints of Turquoise #3AEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.32%

R = 11.07%
G = 45.61%
B = 43.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#3AEFE3 (or 0x3AEFE3) is known color: Turquoise. HEX triplet: 3A, EF and E3. RGB value is (58,239,227). Sum of RGB (Red+Green+Blue) = 58+239+227=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEFE3 is #C5101C. Grayscale: #B7B7B7. Windows color (decimal): -12914717 or 14937914. OLE color: 14937914.

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

Color convert

RGB 58 239 227 -
CMYK 0.76 0 0.05 0.06
HSL 176.02º 0.85% 0.58% -
HSV(B) 176.02º 0.76% 0.94% -
XYZ 46.48 68.18 83.38 -
YUV 183.51 152.53 38.48 -
System Red Green Blue C M Y K H S L
Decimal 58 239 227 0.76 0 0.05 0.06 176.02 0.85 0.58
Hex 3A EF E3 4C 0 5 6 B0 55 3A
Octal 72 357 343 114 0 5 6 260 125 72
Binary 111010 11101111 11100011 1001100 0 101 110 10110000 1010101 111010

Color Harmonies of #3AEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEFE3

Black with #3AEFE3

Text Example


Text Example

White with #3AEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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