Html Css Color HEX #3AEFF1 Turquoise

📋 copy color: '#3AEFF1'

red 58 ◦ green 239 ◦ blue 241

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

Shades of Turquoise #3AEFF1

Tints of Turquoise #3AEFF1

RGB

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

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

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

R = 10.78%
G = 44.42%
B = 44.8%

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

#3AEFF1 (or 0x3AEFF1) is known color: Turquoise. HEX triplet: 3A, EF and F1. RGB value is (58,239,241). Sum of RGB (Red+Green+Blue) = 58+239+241=538 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.78% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #3AEFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEFF1 is #C5100E. Grayscale: #B8B8B8. Windows color (decimal): -12914703 or 15855418. OLE color: 15855418.

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

Color convert

RGB 58 239 241 -
CMYK 0.76 0.01 0 0.05
HSL 180.66º 0.87% 0.59% -
HSV(B) 180.66º 0.76% 0.95% -
XYZ 48.49 68.98 93.98 -
YUV 185.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 58 239 241 0.76 0.01 0 0.05 180.66 0.87 0.59
Hex 3A EF F1 4C 1 0 5 B5 57 3B
Octal 72 357 361 114 1 0 5 265 127 73
Binary 111010 11101111 11110001 1001100 1 0 101 10110101 1010111 111011

Color Harmonies of #3AEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEFF1

Black with #3AEFF1

Text Example


Text Example

White with #3AEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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