Html Css Color HEX #3AFCDB Turquoise

📋 copy color: '#3AFCDB'

red 58 ◦ green 252 ◦ blue 219

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

Shades of Turquoise #3AFCDB

Tints of Turquoise #3AFCDB

RGB

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

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

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

R = 10.96%
G = 47.64%
B = 41.4%

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

#3AFCDB (or 0x3AFCDB) is known color: Turquoise. HEX triplet: 3A, FC and DB. RGB value is (58,252,219). Sum of RGB (Red+Green+Blue) = 58+252+219=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFCDB is #C50324. Grayscale: #BEBEBE. Windows color (decimal): -12911397 or 14416954. OLE color: 14416954.

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

Color convert

RGB 58 252 219 -
CMYK 0.77 0 0.13 0.01
HSL 169.79º 0.97% 0.61% -
HSV(B) 169.79º 0.77% 0.99% -
XYZ 49.34 75.63 79.02 -
YUV 190.23 144.23 33.68 -
System Red Green Blue C M Y K H S L
Decimal 58 252 219 0.77 0 0.13 0.01 169.79 0.97 0.61
Hex 3A FC DB 4D 0 D 1 AA 61 3D
Octal 72 374 333 115 0 15 1 252 141 75
Binary 111010 11111100 11011011 1001101 0 1101 1 10101010 1100001 111101

Color Harmonies of #3AFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCDB

Black with #3AFCDB

Text Example


Text Example

White with #3AFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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