Html Css Color HEX #4DDFEE Turquoise Blue

📋 copy color: '#4DDFEE'

red 77 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #4DDFEE

Tints of Turquoise Blue #4DDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 14.31%
G = 41.45%
B = 44.24%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DDFEE (or 0x4DDFEE) is known color: Turquoise Blue. HEX triplet: 4D, DF and EE. RGB value is (77,223,238). Sum of RGB (Red+Green+Blue) = 77+223+238=538 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.31% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFEE is #B22011. Grayscale: #B4B4B4. Windows color (decimal): -11673618 or 15654733. OLE color: 15654733.

HSL color Cylindrical-coordinate representation of color #4DDFEE: hue angle of 185.59º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDFEE is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 223 238 -
CMYK 0.68 0.06 0 0.07
HSL 185.59º 0.83% 0.62% -
HSV(B) 185.59º 0.68% 0.93% -
XYZ 44.88 60.53 90.21 -
YUV 181.06 160.13 53.78 -
System Red Green Blue C M Y K H S L
Decimal 77 223 238 0.68 0.06 0 0.07 185.59 0.83 0.62
Hex 4D DF EE 44 6 0 7 BA 53 3E
Octal 115 337 356 104 6 0 7 272 123 76
Binary 1001101 11011111 11101110 1000100 110 0 111 10111010 1010011 111110

Color Harmonies of #4DDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFEE

Black with #4DDFEE

Text Example


Text Example

White with #4DDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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