Html Css Color HEX #3AFADB Turquoise

📋 copy color: '#3AFADB'

red 58 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #3AFADB

Tints of Turquoise #3AFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.44%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 11.01%
G = 47.44%
B = 41.56%

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

#3AFADB (or 0x3AFADB) is known color: Turquoise. HEX triplet: 3A, FA and DB. RGB value is (58,250,219). Sum of RGB (Red+Green+Blue) = 58+250+219=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFADB is #C50524. Grayscale: #BCBCBC. Windows color (decimal): -12911909 or 14416442. OLE color: 14416442.

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

Color convert

RGB 58 250 219 -
CMYK 0.77 0 0.12 0.02
HSL 170.31º 0.95% 0.6% -
HSV(B) 170.31º 0.77% 0.98% -
XYZ 48.72 74.39 78.81 -
YUV 189.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 58 250 219 0.77 0 0.12 0.02 170.31 0.95 0.6
Hex 3A FA DB 4D 0 C 2 AA 5F 3C
Octal 72 372 333 115 0 14 2 252 137 74
Binary 111010 11111010 11011011 1001101 0 1100 10 10101010 1011111 111100

Color Harmonies of #3AFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFADB

Black with #3AFADB

Text Example


Text Example

White with #3AFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,219); }

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

background-color css

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

 a { background-color: rgb(58,250,219); }

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

border-color css

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

 span { border-color: rgb(58,250,219); }

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