Html Css Color HEX #3AFACC Turquoise

📋 copy color: '#3AFACC'

red 58 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #3AFACC

Tints of Turquoise #3AFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 11.33%
G = 48.83%
B = 39.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3AFACC (or 0x3AFACC) is known color: Turquoise. HEX triplet: 3A, FA and CC. RGB value is (58,250,204). Sum of RGB (Red+Green+Blue) = 58+250+204=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFACC is #C50533. Grayscale: #BBBBBB. Windows color (decimal): -12911924 or 13433402. OLE color: 13433402.

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

Color convert

RGB 58 250 204 -
CMYK 0.77 0 0.18 0.02
HSL 165.63º 0.95% 0.6% -
HSV(B) 165.63º 0.77% 0.98% -
XYZ 46.83 73.63 68.87 -
YUV 187.35 137.39 35.74 -
System Red Green Blue C M Y K H S L
Decimal 58 250 204 0.77 0 0.18 0.02 165.63 0.95 0.6
Hex 3A FA CC 4D 0 12 2 A6 5F 3C
Octal 72 372 314 115 0 22 2 246 137 74
Binary 111010 11111010 11001100 1001101 0 10010 10 10100110 1011111 111100

Color Harmonies of #3AFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFACC

Black with #3AFACC

Text Example


Text Example

White with #3AFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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