Html Css Color HEX #3AEDF2 Turquoise

📋 copy color: '#3AEDF2'

red 58 ◦ green 237 ◦ blue 242

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

Shades of Turquoise #3AEDF2

Tints of Turquoise #3AEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 10.8%
G = 44.13%
B = 45.07%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3AEDF2 (or 0x3AEDF2) is known color: Turquoise. HEX triplet: 3A, ED and F2. RGB value is (58,237,242). Sum of RGB (Red+Green+Blue) = 58+237+242=537 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.80% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #3AEDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDF2 is #C5120D. Grayscale: #B7B7B7. Windows color (decimal): -12915214 or 15920442. OLE color: 15920442.

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

Color convert

RGB 58 237 242 -
CMYK 0.76 0.02 0 0.05
HSL 181.63º 0.88% 0.59% -
HSV(B) 181.63º 0.76% 0.95% -
XYZ 48.06 67.88 94.57 -
YUV 184.05 160.7 38.09 -
System Red Green Blue C M Y K H S L
Decimal 58 237 242 0.76 0.02 0 0.05 181.63 0.88 0.59
Hex 3A ED F2 4C 2 0 5 B6 58 3B
Octal 72 355 362 114 2 0 5 266 130 73
Binary 111010 11101101 11110010 1001100 10 0 101 10110110 1011000 111011

Color Harmonies of #3AEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDF2

Black with #3AEDF2

Text Example


Text Example

White with #3AEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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