Html Css Color HEX #4DDFE6 Turquoise

📋 copy color: '#4DDFE6'

red 77 ◦ green 223 ◦ blue 230

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

Shades of Turquoise #4DDFE6

Tints of Turquoise #4DDFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 14.53%
G = 42.08%
B = 43.4%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4DDFE6 (or 0x4DDFE6) is known color: Turquoise. HEX triplet: 4D, DF and E6. RGB value is (77,223,230). Sum of RGB (Red+Green+Blue) = 77+223+230=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #4DDFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFE6 is #B22019. Grayscale: #B3B3B3. Windows color (decimal): -11673626 or 15130445. OLE color: 15130445.

HSL color Cylindrical-coordinate representation of color #4DDFE6: hue angle of 182.75º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDFE6 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 77 223 230 -
CMYK 0.67 0.03 0 0.10
HSL 182.75º 0.75% 0.6% -
HSV(B) 182.75º 0.67% 0.9% -
XYZ 43.73 60.07 84.15 -
YUV 180.14 156.13 54.43 -
System Red Green Blue C M Y K H S L
Decimal 77 223 230 0.67 0.03 0 0.10 182.75 0.75 0.6
Hex 4D DF E6 43 3 0 A B7 4B 3C
Octal 115 337 346 103 3 0 12 267 113 74
Binary 1001101 11011111 11100110 1000011 11 0 1010 10110111 1001011 111100

Color Harmonies of #4DDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFE6

Black with #4DDFE6

Text Example


Text Example

White with #4DDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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