Html Css Color HEX #3AF7CF Turquoise

📋 copy color: '#3AF7CF'

red 58 ◦ green 247 ◦ blue 207

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

Shades of Turquoise #3AF7CF

Tints of Turquoise #3AF7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.24%

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

R = 11.33%
G = 48.24%
B = 40.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#3AF7CF (or 0x3AF7CF) is known color: Turquoise. HEX triplet: 3A, F7 and CF. RGB value is (58,247,207). Sum of RGB (Red+Green+Blue) = 58+247+207=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF7CF is #C50830. Grayscale: #B9B9B9. Windows color (decimal): -12912689 or 13629242. OLE color: 13629242.

HSL color Cylindrical-coordinate representation of color #3AF7CF: hue angle of 167.3º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF7CF is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 207 -
CMYK 0.77 0 0.16 0.03
HSL 167.3º 0.92% 0.6% -
HSV(B) 167.3º 0.77% 0.97% -
XYZ 46.27 71.93 70.48 -
YUV 185.93 139.88 36.75 -
System Red Green Blue C M Y K H S L
Decimal 58 247 207 0.77 0 0.16 0.03 167.3 0.92 0.6
Hex 3A F7 CF 4D 0 10 3 A7 5C 3C
Octal 72 367 317 115 0 20 3 247 134 74
Binary 111010 11110111 11001111 1001101 0 10000 11 10100111 1011100 111100

Color Harmonies of #3AF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF7CF

Black with #3AF7CF

Text Example


Text Example

White with #3AF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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