Html Css Color HEX #4AEBDF Turquoise

📋 copy color: '#4AEBDF'

red 74 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #4AEBDF

Tints of Turquoise #4AEBDF

RGB

 RED value IS 74 (29.3% from 255) = 13.91%

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 13.91%
G = 44.17%
B = 41.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#4AEBDF (or 0x4AEBDF) is known color: Turquoise. HEX triplet: 4A, EB and DF. RGB value is (74,235,223). Sum of RGB (Red+Green+Blue) = 74+235+223=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBDF is #B51420. Grayscale: #B9B9B9. Windows color (decimal): -11867169 or 14674762. OLE color: 14674762.

HSL color Cylindrical-coordinate representation of color #4AEBDF: hue angle of 175.53º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBDF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 223 -
CMYK 0.69 0 0.05 0.08
HSL 175.53º 0.8% 0.61% -
HSV(B) 175.53º 0.69% 0.92% -
XYZ 45.85 66.2 80.17 -
YUV 185.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 74 235 223 0.69 0 0.05 0.08 175.53 0.8 0.61
Hex 4A EB DF 45 0 5 8 B0 50 3D
Octal 112 353 337 105 0 5 10 260 120 75
Binary 1001010 11101011 11011111 1000101 0 101 1000 10110000 1010000 111101

Color Harmonies of #4AEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBDF

Black with #4AEBDF

Text Example


Text Example

White with #4AEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AEBDF; }

 p { color: rgb(74,235,223); }

 H1.HeaderClassName
 {
   color: #4AEBDF;
 }
 .AnyTagClassName
 {
   color: #4AEBDF;
 }
</style>

background-color css

<style>
 a { background-color: #4AEBDF; }

 a { background-color: rgb(74,235,223); }

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

border-color css

<style>
 span { border-color: #4AEBDF; }

 span { border-color: rgb(74,235,223); }

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