Html Css Color HEX #3AE0FE Turquoise

📋 copy color: '#3AE0FE'

red 58 ◦ green 224 ◦ blue 254

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

Shades of Turquoise #3AE0FE

Tints of Turquoise #3AE0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 10.82%
G = 41.79%
B = 47.39%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3AE0FE (or 0x3AE0FE) is known color: Turquoise. HEX triplet: 3A, E0 and FE. RGB value is (58,224,254). Sum of RGB (Red+Green+Blue) = 58+224+254=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AE0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AE0FE is #C51F01. Grayscale: #B1B1B1. Windows color (decimal): -12918530 or 16703546. OLE color: 16703546.

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

Color convert

RGB 58 224 254 -
CMYK 0.77 0.12 0 0.00
HSL 189.18º 0.99% 0.61% -
HSV(B) 189.18º 0.77% 1% -
XYZ 46.29 61.37 103.17 -
YUV 177.79 171 42.56 -
System Red Green Blue C M Y K H S L
Decimal 58 224 254 0.77 0.12 0 0.00 189.18 0.99 0.61
Hex 3A E0 FE 4D C 0 0 BD 63 3D
Octal 72 340 376 115 14 0 0 275 143 75
Binary 111010 11100000 11111110 1001101 1100 0 0 10111101 1100011 111101

Color Harmonies of #3AE0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE0FE

Black with #3AE0FE

Text Example


Text Example

White with #3AE0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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