Html Css Color HEX #3AF8ED Turquoise

📋 copy color: '#3AF8ED'

red 58 ◦ green 248 ◦ blue 237

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

Shades of Turquoise #3AF8ED

Tints of Turquoise #3AF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.67%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 10.68%
G = 45.67%
B = 43.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#3AF8ED (or 0x3AF8ED) is known color: Turquoise. HEX triplet: 3A, F8 and ED. RGB value is (58,248,237). Sum of RGB (Red+Green+Blue) = 58+248+237=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF8ED is #C50712. Grayscale: #BDBDBD. Windows color (decimal): -12912403 or 15595578. OLE color: 15595578.

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

Color convert

RGB 58 248 237 -
CMYK 0.77 0 0.04 0.03
HSL 176.53º 0.93% 0.6% -
HSV(B) 176.53º 0.77% 0.97% -
XYZ 50.6 74.15 91.77 -
YUV 189.94 154.55 33.89 -
System Red Green Blue C M Y K H S L
Decimal 58 248 237 0.77 0 0.04 0.03 176.53 0.93 0.6
Hex 3A F8 ED 4D 0 4 3 B1 5D 3C
Octal 72 370 355 115 0 4 3 261 135 74
Binary 111010 11111000 11101101 1001101 0 100 11 10110001 1011101 111100

Color Harmonies of #3AF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF8ED

Black with #3AF8ED

Text Example


Text Example

White with #3AF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,237); }

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

background-color css

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

 a { background-color: rgb(58,248,237); }

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

border-color css

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

 span { border-color: rgb(58,248,237); }

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