Html Css Color HEX #3AFEEB Turquoise

📋 copy color: '#3AFEEB'

red 58 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #3AFEEB

Tints of Turquoise #3AFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 10.6%
G = 46.44%
B = 42.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#3AFEEB (or 0x3AFEEB) is known color: Turquoise. HEX triplet: 3A, FE and EB. RGB value is (58,254,235). Sum of RGB (Red+Green+Blue) = 58+254+235=547 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.60% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEEB is #C50114. Grayscale: #C1C1C1. Windows color (decimal): -12910869 or 15466042. OLE color: 15466042.

HSL color Cylindrical-coordinate representation of color #3AFEEB: hue angle of 174.18º 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 #3AFEEB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 58 254 235 -
CMYK 0.77 0 0.07 0.00
HSL 174.18º 0.99% 0.61% -
HSV(B) 174.18º 0.77% 1% -
XYZ 52.18 77.78 90.86 -
YUV 193.23 151.57 31.54 -
System Red Green Blue C M Y K H S L
Decimal 58 254 235 0.77 0 0.07 0.00 174.18 0.99 0.61
Hex 3A FE EB 4D 0 7 0 AE 63 3D
Octal 72 376 353 115 0 7 0 256 143 75
Binary 111010 11111110 11101011 1001101 0 111 0 10101110 1100011 111101

Color Harmonies of #3AFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEEB

Black with #3AFEEB

Text Example


Text Example

White with #3AFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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