Html Css Color HEX #3AFEE7 Turquoise

📋 copy color: '#3AFEE7'

red 58 ◦ green 254 ◦ blue 231

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

Shades of Turquoise #3AFEE7

Tints of Turquoise #3AFEE7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.78%

 BLUE value IS 231 (90.63% from 255) = 42.54%

R = 10.68%
G = 46.78%
B = 42.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#3AFEE7 (or 0x3AFEE7) is known color: Turquoise. HEX triplet: 3A, FE and E7. RGB value is (58,254,231). Sum of RGB (Red+Green+Blue) = 58+254+231=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEE7 is #C50118. Grayscale: #C0C0C0. Windows color (decimal): -12910873 or 15203898. OLE color: 15203898.

HSL color Cylindrical-coordinate representation of color #3AFEE7: hue angle of 172.96º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEE7 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 58 254 231 -
CMYK 0.77 0 0.09 0.00
HSL 172.96º 0.99% 0.61% -
HSV(B) 172.96º 0.77% 1% -
XYZ 51.61 77.55 87.85 -
YUV 192.77 149.57 31.87 -
System Red Green Blue C M Y K H S L
Decimal 58 254 231 0.77 0 0.09 0.00 172.96 0.99 0.61
Hex 3A FE E7 4D 0 9 0 AD 63 3D
Octal 72 376 347 115 0 11 0 255 143 75
Binary 111010 11111110 11100111 1001101 0 1001 0 10101101 1100011 111101

Color Harmonies of #3AFEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEE7

Black with #3AFEE7

Text Example


Text Example

White with #3AFEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,254,231); }

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

background-color css

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

 a { background-color: rgb(58,254,231); }

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

border-color css

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

 span { border-color: rgb(58,254,231); }

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