Html Css Color HEX #4DCCEA Turquoise Blue

📋 copy color: '#4DCCEA'

red 77 ◦ green 204 ◦ blue 234

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

Shades of Turquoise Blue #4DCCEA

Tints of Turquoise Blue #4DCCEA

RGB

 RED value IS 77 (30.47% from 255) = 14.95%

 GREEN value IS 204 (80.08% from 255) = 39.61%

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 14.95%
G = 39.61%
B = 45.44%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DCCEA (or 0x4DCCEA) is known color: Turquoise Blue. HEX triplet: 4D, CC and EA. RGB value is (77,204,234). Sum of RGB (Red+Green+Blue) = 77+204+234=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DCCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCEA is #B23315. Grayscale: #A9A9A9. Windows color (decimal): -11678486 or 15387725. OLE color: 15387725.

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

Color convert

RGB 77 204 234 -
CMYK 0.67 0.13 0 0.08
HSL 191.47º 0.79% 0.61% -
HSV(B) 191.47º 0.67% 0.92% -
XYZ 39.5 50.7 85.55 -
YUV 169.45 164.42 62.06 -
System Red Green Blue C M Y K H S L
Decimal 77 204 234 0.67 0.13 0 0.08 191.47 0.79 0.61
Hex 4D CC EA 43 D 0 8 BF 4F 3D
Octal 115 314 352 103 15 0 10 277 117 75
Binary 1001101 11001100 11101010 1000011 1101 0 1000 10111111 1001111 111101

Color Harmonies of #4DCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCEA

Black with #4DCCEA

Text Example


Text Example

White with #4DCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,204,234); }

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

background-color css

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

 a { background-color: rgb(77,204,234); }

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

border-color css

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

 span { border-color: rgb(77,204,234); }

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