Html Css Color HEX #3AF8EA Turquoise

📋 copy color: '#3AF8EA'

red 58 ◦ green 248 ◦ blue 234

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

Shades of Turquoise #3AF8EA

Tints of Turquoise #3AF8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 10.74%
G = 45.93%
B = 43.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#3AF8EA (or 0x3AF8EA) is known color: Turquoise. HEX triplet: 3A, F8 and EA. RGB value is (58,248,234). Sum of RGB (Red+Green+Blue) = 58+248+234=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF8EA is #C50715. Grayscale: #BDBDBD. Windows color (decimal): -12912406 or 15398970. OLE color: 15398970.

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

Color convert

RGB 58 248 234 -
CMYK 0.77 0 0.06 0.03
HSL 175.58º 0.93% 0.6% -
HSV(B) 175.58º 0.77% 0.97% -
XYZ 50.16 73.97 89.48 -
YUV 189.59 153.05 34.14 -
System Red Green Blue C M Y K H S L
Decimal 58 248 234 0.77 0 0.06 0.03 175.58 0.93 0.6
Hex 3A F8 EA 4D 0 6 3 B0 5D 3C
Octal 72 370 352 115 0 6 3 260 135 74
Binary 111010 11111000 11101010 1001101 0 110 11 10110000 1011101 111100

Color Harmonies of #3AF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF8EA

Black with #3AF8EA

Text Example


Text Example

White with #3AF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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