Html Css Color HEX #3AF6EE Turquoise

📋 copy color: '#3AF6EE'

red 58 ◦ green 246 ◦ blue 238

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

Shades of Turquoise #3AF6EE

Tints of Turquoise #3AF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 10.7%
G = 45.39%
B = 43.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#3AF6EE (or 0x3AF6EE) is known color: Turquoise. HEX triplet: 3A, F6 and EE. RGB value is (58,246,238). Sum of RGB (Red+Green+Blue) = 58+246+238=542 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.70% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF6EE is #C50911. Grayscale: #BCBCBC. Windows color (decimal): -12912914 or 15660602. OLE color: 15660602.

HSL color Cylindrical-coordinate representation of color #3AF6EE: hue angle of 177.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF6EE is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 238 -
CMYK 0.76 0 0.03 0.04
HSL 177.45º 0.91% 0.6% -
HSV(B) 177.45º 0.76% 0.96% -
XYZ 50.13 72.98 92.33 -
YUV 188.88 155.72 34.65 -
System Red Green Blue C M Y K H S L
Decimal 58 246 238 0.76 0 0.03 0.04 177.45 0.91 0.6
Hex 3A F6 EE 4C 0 3 4 B1 5B 3C
Octal 72 366 356 114 0 3 4 261 133 74
Binary 111010 11110110 11101110 1001100 0 11 100 10110001 1011011 111100

Color Harmonies of #3AF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF6EE

Black with #3AF6EE

Text Example


Text Example

White with #3AF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,238); }

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

background-color css

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

 a { background-color: rgb(58,246,238); }

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

border-color css

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

 span { border-color: rgb(58,246,238); }

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