Html Css Color HEX #3AF7EF Turquoise

📋 copy color: '#3AF7EF'

red 58 ◦ green 247 ◦ blue 239

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

Shades of Turquoise #3AF7EF

Tints of Turquoise #3AF7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 10.66%
G = 45.4%
B = 43.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#3AF7EF (or 0x3AF7EF) is known color: Turquoise. HEX triplet: 3A, F7 and EF. RGB value is (58,247,239). Sum of RGB (Red+Green+Blue) = 58+247+239=544 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.66% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF7EF is #C50810. Grayscale: #BDBDBD. Windows color (decimal): -12912657 or 15726394. OLE color: 15726394.

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

Color convert

RGB 58 247 239 -
CMYK 0.77 0 0.03 0.03
HSL 177.46º 0.92% 0.6% -
HSV(B) 177.46º 0.77% 0.97% -
XYZ 50.59 73.65 93.21 -
YUV 189.58 155.88 34.15 -
System Red Green Blue C M Y K H S L
Decimal 58 247 239 0.77 0 0.03 0.03 177.46 0.92 0.6
Hex 3A F7 EF 4D 0 3 3 B1 5C 3C
Octal 72 367 357 115 0 3 3 261 134 74
Binary 111010 11110111 11101111 1001101 0 11 11 10110001 1011100 111100

Color Harmonies of #3AF7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF7EF

Black with #3AF7EF

Text Example


Text Example

White with #3AF7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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