Html Css Color HEX #3AFACB Turquoise

📋 copy color: '#3AFACB'

red 58 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #3AFACB

Tints of Turquoise #3AFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 11.35%
G = 48.92%
B = 39.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#3AFACB (or 0x3AFACB) is known color: Turquoise. HEX triplet: 3A, FA and CB. RGB value is (58,250,203). Sum of RGB (Red+Green+Blue) = 58+250+203=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACB is #C50534. Grayscale: #BBBBBB. Windows color (decimal): -12911925 or 13367866. OLE color: 13367866.

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

Color convert

RGB 58 250 203 -
CMYK 0.77 0 0.19 0.02
HSL 165.31º 0.95% 0.6% -
HSV(B) 165.31º 0.77% 0.98% -
XYZ 46.71 73.58 68.24 -
YUV 187.23 136.89 35.82 -
System Red Green Blue C M Y K H S L
Decimal 58 250 203 0.77 0 0.19 0.02 165.31 0.95 0.6
Hex 3A FA CB 4D 0 13 2 A5 5F 3C
Octal 72 372 313 115 0 23 2 245 137 74
Binary 111010 11111010 11001011 1001101 0 10011 10 10100101 1011111 111100

Color Harmonies of #3AFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFACB

Black with #3AFACB

Text Example


Text Example

White with #3AFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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