Html Css Color HEX #3AFACF Turquoise

📋 copy color: '#3AFACF'

red 58 ◦ green 250 ◦ blue 207

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

Shades of Turquoise #3AFACF

Tints of Turquoise #3AFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 11.26%
G = 48.54%
B = 40.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#3AFACF (or 0x3AFACF) is known color: Turquoise. HEX triplet: 3A, FA and CF. RGB value is (58,250,207). Sum of RGB (Red+Green+Blue) = 58+250+207=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACF is #C50530. Grayscale: #BBBBBB. Windows color (decimal): -12911921 or 13630010. OLE color: 13630010.

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

Color convert

RGB 58 250 207 -
CMYK 0.77 0 0.17 0.02
HSL 166.56º 0.95% 0.6% -
HSV(B) 166.56º 0.77% 0.98% -
XYZ 47.19 73.78 70.78 -
YUV 187.69 138.89 35.5 -
System Red Green Blue C M Y K H S L
Decimal 58 250 207 0.77 0 0.17 0.02 166.56 0.95 0.6
Hex 3A FA CF 4D 0 11 2 A7 5F 3C
Octal 72 372 317 115 0 21 2 247 137 74
Binary 111010 11111010 11001111 1001101 0 10001 10 10100111 1011111 111100

Color Harmonies of #3AFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFACF

Black with #3AFACF

Text Example


Text Example

White with #3AFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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