Html Css Color HEX #3AEBFC Turquoise

📋 copy color: '#3AEBFC'

red 58 ◦ green 235 ◦ blue 252

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

Shades of Turquoise #3AEBFC

Tints of Turquoise #3AEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 10.64%
G = 43.12%
B = 46.24%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3AEBFC (or 0x3AEBFC) is known color: Turquoise. HEX triplet: 3A, EB and FC. RGB value is (58,235,252). Sum of RGB (Red+Green+Blue) = 58+235+252=545 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.64% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #3AEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEBFC is #C51403. Grayscale: #B7B7B7. Windows color (decimal): -12915716 or 16575290. OLE color: 16575290.

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

Color convert

RGB 58 235 252 -
CMYK 0.77 0.07 0 0.01
HSL 185.26º 0.97% 0.61% -
HSV(B) 185.26º 0.77% 0.99% -
XYZ 49.02 67.34 102.51 -
YUV 184.02 166.36 38.12 -
System Red Green Blue C M Y K H S L
Decimal 58 235 252 0.77 0.07 0 0.01 185.26 0.97 0.61
Hex 3A EB FC 4D 7 0 1 B9 61 3D
Octal 72 353 374 115 7 0 1 271 141 75
Binary 111010 11101011 11111100 1001101 111 0 1 10111001 1100001 111101

Color Harmonies of #3AEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEBFC

Black with #3AEBFC

Text Example


Text Example

White with #3AEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,235,252); }

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

background-color css

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

 a { background-color: rgb(58,235,252); }

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

border-color css

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

 span { border-color: rgb(58,235,252); }

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