Html Css Color HEX #3AFFCC Turquoise

📋 copy color: '#3AFFCC'

red 58 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #3AFFCC

Tints of Turquoise #3AFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 49.32%

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

R = 11.22%
G = 49.32%
B = 39.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#3AFFCC (or 0x3AFFCC) is known color: Turquoise. HEX triplet: 3A, FF and CC. RGB value is (58,255,204). Sum of RGB (Red+Green+Blue) = 58+255+204=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFFCC is #C50033. Grayscale: #BEBEBE. Windows color (decimal): -12910644 or 13434682. OLE color: 13434682.

HSL color Cylindrical-coordinate representation of color #3AFFCC: hue angle of 164.47º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFCC is Cyan = 0.77, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 204 -
CMYK 0.77 0 0.2 0
HSL 164.47º 1% 0.61% -
HSV(B) 164.47º 0.77% 1% -
XYZ 48.4 76.78 69.4 -
YUV 190.28 135.73 33.65 -
System Red Green Blue C M Y K H S L
Decimal 58 255 204 0.77 0 0.2 0 164.47 1 0.61
Hex 3A FF CC 4D 0 14 0 A4 64 3D
Octal 72 377 314 115 0 24 0 244 144 75
Binary 111010 11111111 11001100 1001101 0 10100 0 10100100 1100100 111101

Color Harmonies of #3AFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFCC

Black with #3AFFCC

Text Example


Text Example

White with #3AFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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