Html Css Color HEX #4DDFEA Turquoise Blue

📋 copy color: '#4DDFEA'

red 77 ◦ green 223 ◦ blue 234

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

Shades of Turquoise Blue #4DDFEA

Tints of Turquoise Blue #4DDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 14.42%
G = 41.76%
B = 43.82%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DDFEA (or 0x4DDFEA) is known color: Turquoise Blue. HEX triplet: 4D, DF and EA. RGB value is (77,223,234). Sum of RGB (Red+Green+Blue) = 77+223+234=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DDFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFEA is #B22015. Grayscale: #B4B4B4. Windows color (decimal): -11673622 or 15392589. OLE color: 15392589.

HSL color Cylindrical-coordinate representation of color #4DDFEA: hue angle of 184.2º 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 #4DDFEA is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 223 234 -
CMYK 0.67 0.05 0 0.08
HSL 184.2º 0.79% 0.61% -
HSV(B) 184.2º 0.67% 0.92% -
XYZ 44.3 60.29 87.14 -
YUV 180.6 158.13 54.11 -
System Red Green Blue C M Y K H S L
Decimal 77 223 234 0.67 0.05 0 0.08 184.2 0.79 0.61
Hex 4D DF EA 43 5 0 8 B8 4F 3D
Octal 115 337 352 103 5 0 10 270 117 75
Binary 1001101 11011111 11101010 1000011 101 0 1000 10111000 1001111 111101

Color Harmonies of #4DDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFEA

Black with #4DDFEA

Text Example


Text Example

White with #4DDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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