Html Css Color HEX #3AF9E7 Turquoise

📋 copy color: '#3AF9E7'

red 58 ◦ green 249 ◦ blue 231

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

Shades of Turquoise #3AF9E7

Tints of Turquoise #3AF9E7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 231 (90.63% from 255) = 42.94%

R = 10.78%
G = 46.28%
B = 42.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#3AF9E7 (or 0x3AF9E7) is known color: Turquoise. HEX triplet: 3A, F9 and E7. RGB value is (58,249,231). Sum of RGB (Red+Green+Blue) = 58+249+231=538 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.78% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9E7 is #C50618. Grayscale: #BDBDBD. Windows color (decimal): -12912153 or 15202618. OLE color: 15202618.

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

Color convert

RGB 58 249 231 -
CMYK 0.77 0 0.07 0.02
HSL 174.35º 0.94% 0.6% -
HSV(B) 174.35º 0.77% 0.98% -
XYZ 50.04 74.42 87.33 -
YUV 189.84 151.22 33.96 -
System Red Green Blue C M Y K H S L
Decimal 58 249 231 0.77 0 0.07 0.02 174.35 0.94 0.6
Hex 3A F9 E7 4D 0 7 2 AE 5E 3C
Octal 72 371 347 115 0 7 2 256 136 74
Binary 111010 11111001 11100111 1001101 0 111 10 10101110 1011110 111100

Color Harmonies of #3AF9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9E7

Black with #3AF9E7

Text Example


Text Example

White with #3AF9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,231); }

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

background-color css

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

 a { background-color: rgb(58,249,231); }

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

border-color css

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

 span { border-color: rgb(58,249,231); }

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