Html Css Color HEX #3AF2EC Turquoise

📋 copy color: '#3AF2EC'

red 58 ◦ green 242 ◦ blue 236

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

Shades of Turquoise #3AF2EC

Tints of Turquoise #3AF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.15%

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

R = 10.82%
G = 45.15%
B = 44.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#3AF2EC (or 0x3AF2EC) is known color: Turquoise. HEX triplet: 3A, F2 and EC. RGB value is (58,242,236). Sum of RGB (Red+Green+Blue) = 58+242+236=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF2EC is #C50D13. Grayscale: #BABABA. Windows color (decimal): -12913940 or 15528506. OLE color: 15528506.

HSL color Cylindrical-coordinate representation of color #3AF2EC: hue angle of 178.04º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF2EC is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 236 -
CMYK 0.76 0 0.02 0.05
HSL 178.04º 0.88% 0.59% -
HSV(B) 178.04º 0.76% 0.95% -
XYZ 48.64 70.46 90.39 -
YUV 186.3 156.04 36.49 -
System Red Green Blue C M Y K H S L
Decimal 58 242 236 0.76 0 0.02 0.05 178.04 0.88 0.59
Hex 3A F2 EC 4C 0 2 5 B2 58 3B
Octal 72 362 354 114 0 2 5 262 130 73
Binary 111010 11110010 11101100 1001100 0 10 101 10110010 1011000 111011

Color Harmonies of #3AF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF2EC

Black with #3AF2EC

Text Example


Text Example

White with #3AF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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