Html Css Color HEX #3AFCE3 Turquoise

📋 copy color: '#3AFCE3'

red 58 ◦ green 252 ◦ blue 227

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

Shades of Turquoise #3AFCE3

Tints of Turquoise #3AFCE3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.93%

 BLUE value IS 227 (89.06% from 255) = 42.27%

R = 10.8%
G = 46.93%
B = 42.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#3AFCE3 (or 0x3AFCE3) is known color: Turquoise. HEX triplet: 3A, FC and E3. RGB value is (58,252,227). Sum of RGB (Red+Green+Blue) = 58+252+227=537 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.80% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCE3 is #C5031C. Grayscale: #BFBFBF. Windows color (decimal): -12911389 or 14941242. OLE color: 14941242.

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

Color convert

RGB 58 252 227 -
CMYK 0.77 0 0.10 0.01
HSL 172.27º 0.97% 0.61% -
HSV(B) 172.27º 0.77% 0.99% -
XYZ 50.42 76.07 84.7 -
YUV 191.14 148.23 33.03 -
System Red Green Blue C M Y K H S L
Decimal 58 252 227 0.77 0 0.10 0.01 172.27 0.97 0.61
Hex 3A FC E3 4D 0 A 1 AC 61 3D
Octal 72 374 343 115 0 12 1 254 141 75
Binary 111010 11111100 11100011 1001101 0 1010 1 10101100 1100001 111101

Color Harmonies of #3AFCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCE3

Black with #3AFCE3

Text Example


Text Example

White with #3AFCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,227); }

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

background-color css

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

 a { background-color: rgb(58,252,227); }

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

border-color css

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

 span { border-color: rgb(58,252,227); }

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