Html Css Color HEX #3AF9DA Turquoise

📋 copy color: '#3AF9DA'

red 58 ◦ green 249 ◦ blue 218

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

Shades of Turquoise #3AF9DA

Tints of Turquoise #3AF9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 11.05%
G = 47.43%
B = 41.52%

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

#3AF9DA (or 0x3AF9DA) is known color: Turquoise. HEX triplet: 3A, F9 and DA. RGB value is (58,249,218). Sum of RGB (Red+Green+Blue) = 58+249+218=525 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.05% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF9DA is #C50625. Grayscale: #BCBCBC. Windows color (decimal): -12912166 or 14350650. OLE color: 14350650.

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

Color convert

RGB 58 249 218 -
CMYK 0.77 0 0.12 0.02
HSL 170.26º 0.94% 0.6% -
HSV(B) 170.26º 0.77% 0.98% -
XYZ 48.28 73.71 78.01 -
YUV 188.36 144.72 35.02 -
System Red Green Blue C M Y K H S L
Decimal 58 249 218 0.77 0 0.12 0.02 170.26 0.94 0.6
Hex 3A F9 DA 4D 0 C 2 AA 5E 3C
Octal 72 371 332 115 0 14 2 252 136 74
Binary 111010 11111001 11011010 1001101 0 1100 10 10101010 1011110 111100

Color Harmonies of #3AF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9DA

Black with #3AF9DA

Text Example


Text Example

White with #3AF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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