Html Css Color HEX #3AFFF0 Turquoise

📋 copy color: '#3AFFF0'

red 58 ◦ green 255 ◦ blue 240

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

Shades of Turquoise #3AFFF0

Tints of Turquoise #3AFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 10.49%
G = 46.11%
B = 43.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#3AFFF0 (or 0x3AFFF0) is known color: Turquoise. HEX triplet: 3A, FF and F0. RGB value is (58,255,240). Sum of RGB (Red+Green+Blue) = 58+255+240=553 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.49% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFF0 is #C5000F. Grayscale: #C2C2C2. Windows color (decimal): -12910608 or 15793978. OLE color: 15793978.

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

Color convert

RGB 58 255 240 -
CMYK 0.77 0 0.06 0
HSL 175.43º 1% 0.61% -
HSV(B) 175.43º 0.77% 1% -
XYZ 53.23 78.71 94.83 -
YUV 194.39 153.73 30.72 -
System Red Green Blue C M Y K H S L
Decimal 58 255 240 0.77 0 0.06 0 175.43 1 0.61
Hex 3A FF F0 4D 0 6 0 AF 64 3D
Octal 72 377 360 115 0 6 0 257 144 75
Binary 111010 11111111 11110000 1001101 0 110 0 10101111 1100100 111101

Color Harmonies of #3AFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFFF0

Black with #3AFFF0

Text Example


Text Example

White with #3AFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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