Html Css Color HEX #3AFEEE Turquoise

📋 copy color: '#3AFEEE'

red 58 ◦ green 254 ◦ blue 238

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

Shades of Turquoise #3AFEEE

Tints of Turquoise #3AFEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 10.55%
G = 46.18%
B = 43.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#3AFEEE (or 0x3AFEEE) is known color: Turquoise. HEX triplet: 3A, FE and EE. RGB value is (58,254,238). Sum of RGB (Red+Green+Blue) = 58+254+238=550 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.55% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEEE is #C50111. Grayscale: #C1C1C1. Windows color (decimal): -12910866 or 15662650. OLE color: 15662650.

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

Color convert

RGB 58 254 238 -
CMYK 0.77 0 0.06 0.00
HSL 175.1º 0.99% 0.61% -
HSV(B) 175.1º 0.77% 1% -
XYZ 52.62 77.96 93.16 -
YUV 193.57 153.07 31.3 -
System Red Green Blue C M Y K H S L
Decimal 58 254 238 0.77 0 0.06 0.00 175.1 0.99 0.61
Hex 3A FE EE 4D 0 6 0 AF 63 3D
Octal 72 376 356 115 0 6 0 257 143 75
Binary 111010 11111110 11101110 1001101 0 110 0 10101111 1100011 111101

Color Harmonies of #3AFEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFEEE

Black with #3AFEEE

Text Example


Text Example

White with #3AFEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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