Html Css Color HEX #3AF9DB Turquoise

📋 copy color: '#3AF9DB'

red 58 ◦ green 249 ◦ blue 219

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

Shades of Turquoise #3AF9DB

Tints of Turquoise #3AF9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

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

R = 11.03%
G = 47.34%
B = 41.63%

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

#3AF9DB (or 0x3AF9DB) is known color: Turquoise. HEX triplet: 3A, F9 and DB. RGB value is (58,249,219). Sum of RGB (Red+Green+Blue) = 58+249+219=526 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.03% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF9DB is #C50624. Grayscale: #BCBCBC. Windows color (decimal): -12912165 or 14416186. OLE color: 14416186.

HSL color Cylindrical-coordinate representation of color #3AF9DB: hue angle of 170.58º degrees, saturation: 0.94, 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 #3AF9DB is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 219 -
CMYK 0.77 0 0.12 0.02
HSL 170.58º 0.94% 0.6% -
HSV(B) 170.58º 0.77% 0.98% -
XYZ 48.41 73.77 78.7 -
YUV 188.47 145.22 34.94 -
System Red Green Blue C M Y K H S L
Decimal 58 249 219 0.77 0 0.12 0.02 170.58 0.94 0.6
Hex 3A F9 DB 4D 0 C 2 AB 5E 3C
Octal 72 371 333 115 0 14 2 253 136 74
Binary 111010 11111001 11011011 1001101 0 1100 10 10101011 1011110 111100

Color Harmonies of #3AF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9DB

Black with #3AF9DB

Text Example


Text Example

White with #3AF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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