Html Css Color HEX #3AFBDB Turquoise

📋 copy color: '#3AFBDB'

red 58 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #3AFBDB

Tints of Turquoise #3AFBDB

RGB

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

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

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

R = 10.98%
G = 47.54%
B = 41.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#3AFBDB (or 0x3AFBDB) is known color: Turquoise. HEX triplet: 3A, FB and DB. RGB value is (58,251,219). Sum of RGB (Red+Green+Blue) = 58+251+219=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBDB is #C50424. Grayscale: #BDBDBD. Windows color (decimal): -12911653 or 14416698. OLE color: 14416698.

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

Color convert

RGB 58 251 219 -
CMYK 0.77 0 0.13 0.02
HSL 170.05º 0.96% 0.61% -
HSV(B) 170.05º 0.77% 0.98% -
XYZ 49.03 75.01 78.91 -
YUV 189.65 144.56 34.1 -
System Red Green Blue C M Y K H S L
Decimal 58 251 219 0.77 0 0.13 0.02 170.05 0.96 0.61
Hex 3A FB DB 4D 0 D 2 AA 60 3D
Octal 72 373 333 115 0 15 2 252 140 75
Binary 111010 11111011 11011011 1001101 0 1101 10 10101010 1100000 111101

Color Harmonies of #3AFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBDB

Black with #3AFBDB

Text Example


Text Example

White with #3AFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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