Html Css Color HEX #3AE0FF Turquoise

📋 copy color: '#3AE0FF'

red 58 ◦ green 224 ◦ blue 255

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

Shades of Turquoise #3AE0FF

Tints of Turquoise #3AE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

 BLUE value IS 255 (100% from 255) = 47.49%

R = 10.8%
G = 41.71%
B = 47.49%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AE0FF (or 0x3AE0FF) is known color: Turquoise. HEX triplet: 3A, E0 and FF. RGB value is (58,224,255). Sum of RGB (Red+Green+Blue) = 58+224+255=537 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.80% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AE0FF is #C51F00. Grayscale: #B1B1B1. Windows color (decimal): -12918529 or 16769082. OLE color: 16769082.

HSL color Cylindrical-coordinate representation of color #3AE0FF: hue angle of 189.44º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AE0FF is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 58 224 255 -
CMYK 0.77 0.12 0 0
HSL 189.44º 1% 0.61% -
HSV(B) 189.44º 0.77% 1% -
XYZ 46.45 61.43 104.02 -
YUV 177.9 171.5 42.48 -
System Red Green Blue C M Y K H S L
Decimal 58 224 255 0.77 0.12 0 0 189.44 1 0.61
Hex 3A E0 FF 4D C 0 0 BD 64 3D
Octal 72 340 377 115 14 0 0 275 144 75
Binary 111010 11100000 11111111 1001101 1100 0 0 10111101 1100100 111101

Color Harmonies of #3AE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE0FF

Black with #3AE0FF

Text Example


Text Example

White with #3AE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,224,255); }

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

background-color css

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

 a { background-color: rgb(58,224,255); }

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

border-color css

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

 span { border-color: rgb(58,224,255); }

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