Html Css Color HEX #4AECCB Turquoise

📋 copy color: '#4AECCB'

red 74 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #4AECCB

Tints of Turquoise #4AECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 14.42%
G = 46%
B = 39.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#4AECCB (or 0x4AECCB) is known color: Turquoise. HEX triplet: 4A, EC and CB. RGB value is (74,236,203). Sum of RGB (Red+Green+Blue) = 74+236+203=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECCB is #B51334. Grayscale: #B7B7B7. Windows color (decimal): -11866933 or 13364298. OLE color: 13364298.

HSL color Cylindrical-coordinate representation of color #4AECCB: hue angle of 167.78º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECCB is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 203 -
CMYK 0.69 0 0.14 0.07
HSL 167.78º 0.81% 0.61% -
HSV(B) 167.78º 0.69% 0.93% -
XYZ 43.6 65.76 66.89 -
YUV 183.8 138.83 49.68 -
System Red Green Blue C M Y K H S L
Decimal 74 236 203 0.69 0 0.14 0.07 167.78 0.81 0.61
Hex 4A EC CB 45 0 E 7 A8 51 3D
Octal 112 354 313 105 0 16 7 250 121 75
Binary 1001010 11101100 11001011 1000101 0 1110 111 10101000 1010001 111101

Color Harmonies of #4AECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECCB

Black with #4AECCB

Text Example


Text Example

White with #4AECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,203); }

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

background-color css

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

 a { background-color: rgb(74,236,203); }

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

border-color css

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

 span { border-color: rgb(74,236,203); }

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