Html Css Color HEX #3AFBDC Turquoise

📋 copy color: '#3AFBDC'

red 58 ◦ green 251 ◦ blue 220

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

Shades of Turquoise #3AFBDC

Tints of Turquoise #3AFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

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

R = 10.96%
G = 47.45%
B = 41.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#3AFBDC (or 0x3AFBDC) is known color: Turquoise. HEX triplet: 3A, FB and DC. RGB value is (58,251,220). Sum of RGB (Red+Green+Blue) = 58+251+220=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBDC is #C50423. Grayscale: #BDBDBD. Windows color (decimal): -12911652 or 14482234. OLE color: 14482234.

HSL color Cylindrical-coordinate representation of color #3AFBDC: hue angle of 170.36º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBDC is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 220 -
CMYK 0.77 0 0.12 0.02
HSL 170.36º 0.96% 0.61% -
HSV(B) 170.36º 0.77% 0.98% -
XYZ 49.16 75.06 79.61 -
YUV 189.76 145.06 34.02 -
System Red Green Blue C M Y K H S L
Decimal 58 251 220 0.77 0 0.12 0.02 170.36 0.96 0.61
Hex 3A FB DC 4D 0 C 2 AA 60 3D
Octal 72 373 334 115 0 14 2 252 140 75
Binary 111010 11111011 11011100 1001101 0 1100 10 10101010 1100000 111101

Color Harmonies of #3AFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBDC

Black with #3AFBDC

Text Example


Text Example

White with #3AFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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