Html Css Color HEX #3AEFFE Turquoise

📋 copy color: '#3AEFFE'

red 58 ◦ green 239 ◦ blue 254

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

Shades of Turquoise #3AEFFE

Tints of Turquoise #3AEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

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

R = 10.53%
G = 43.38%
B = 46.1%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3AEFFE (or 0x3AEFFE) is known color: Turquoise. HEX triplet: 3A, EF and FE. RGB value is (58,239,254). Sum of RGB (Red+Green+Blue) = 58+239+254=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AEFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEFFE is #C51001. Grayscale: #BABABA. Windows color (decimal): -12914690 or 16707386. OLE color: 16707386.

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

Color convert

RGB 58 239 254 -
CMYK 0.77 0.06 0 0.00
HSL 184.59º 0.99% 0.61% -
HSV(B) 184.59º 0.77% 1% -
XYZ 50.5 69.79 104.57 -
YUV 186.59 166.03 36.28 -
System Red Green Blue C M Y K H S L
Decimal 58 239 254 0.77 0.06 0 0.00 184.59 0.99 0.61
Hex 3A EF FE 4D 6 0 0 B9 63 3D
Octal 72 357 376 115 6 0 0 271 143 75
Binary 111010 11101111 11111110 1001101 110 0 0 10111001 1100011 111101

Color Harmonies of #3AEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEFFE

Black with #3AEFFE

Text Example


Text Example

White with #3AEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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