Html Css Color HEX #3AEEF1 Turquoise

📋 copy color: '#3AEEF1'

red 58 ◦ green 238 ◦ blue 241

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

Shades of Turquoise #3AEEF1

Tints of Turquoise #3AEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 10.8%
G = 44.32%
B = 44.88%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3AEEF1 (or 0x3AEEF1) is known color: Turquoise. HEX triplet: 3A, EE and F1. RGB value is (58,238,241). Sum of RGB (Red+Green+Blue) = 58+238+241=537 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.80% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #3AEEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEF1 is #C5110E. Grayscale: #B8B8B8. Windows color (decimal): -12914959 or 15855162. OLE color: 15855162.

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

Color convert

RGB 58 238 241 -
CMYK 0.76 0.01 0 0.05
HSL 180.98º 0.87% 0.59% -
HSV(B) 180.98º 0.76% 0.95% -
XYZ 48.2 68.4 93.88 -
YUV 184.52 159.87 37.76 -
System Red Green Blue C M Y K H S L
Decimal 58 238 241 0.76 0.01 0 0.05 180.98 0.87 0.59
Hex 3A EE F1 4C 1 0 5 B5 57 3B
Octal 72 356 361 114 1 0 5 265 127 73
Binary 111010 11101110 11110001 1001100 1 0 101 10110101 1010111 111011

Color Harmonies of #3AEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEF1

Black with #3AEEF1

Text Example


Text Example

White with #3AEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,241); }

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

background-color css

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

 a { background-color: rgb(58,238,241); }

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

border-color css

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

 span { border-color: rgb(58,238,241); }

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