Html Css Color HEX #3AFCDC Turquoise

📋 copy color: '#3AFCDC'

red 58 ◦ green 252 ◦ blue 220

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

Shades of Turquoise #3AFCDC

Tints of Turquoise #3AFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 10.94%
G = 47.55%
B = 41.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#3AFCDC (or 0x3AFCDC) is known color: Turquoise. HEX triplet: 3A, FC and DC. RGB value is (58,252,220). Sum of RGB (Red+Green+Blue) = 58+252+220=530 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.94% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCDC is #C50323. Grayscale: #BEBEBE. Windows color (decimal): -12911396 or 14482490. OLE color: 14482490.

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

Color convert

RGB 58 252 220 -
CMYK 0.77 0 0.13 0.01
HSL 170.1º 0.97% 0.61% -
HSV(B) 170.1º 0.77% 0.99% -
XYZ 49.47 75.69 79.71 -
YUV 190.35 144.73 33.6 -
System Red Green Blue C M Y K H S L
Decimal 58 252 220 0.77 0 0.13 0.01 170.1 0.97 0.61
Hex 3A FC DC 4D 0 D 1 AA 61 3D
Octal 72 374 334 115 0 15 1 252 141 75
Binary 111010 11111100 11011100 1001101 0 1101 1 10101010 1100001 111101

Color Harmonies of #3AFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCDC

Black with #3AFCDC

Text Example


Text Example

White with #3AFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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