Html Css Color HEX #4DDFF6 Turquoise Blue

📋 copy color: '#4DDFF6'

red 77 ◦ green 223 ◦ blue 246

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

Shades of Turquoise Blue #4DDFF6

Tints of Turquoise Blue #4DDFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.05%

R = 14.1%
G = 40.84%
B = 45.05%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4DDFF6 (or 0x4DDFF6) is known color: Turquoise Blue. HEX triplet: 4D, DF and F6. RGB value is (77,223,246). Sum of RGB (Red+Green+Blue) = 77+223+246=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DDFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFF6 is #B22009. Grayscale: #B5B5B5. Windows color (decimal): -11673610 or 16179021. OLE color: 16179021.

HSL color Cylindrical-coordinate representation of color #4DDFF6: hue angle of 188.17º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDFF6 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 223 246 -
CMYK 0.69 0.09 0 0.04
HSL 188.17º 0.9% 0.63% -
HSV(B) 188.17º 0.69% 0.96% -
XYZ 46.08 61.01 96.54 -
YUV 181.97 164.13 53.13 -
System Red Green Blue C M Y K H S L
Decimal 77 223 246 0.69 0.09 0 0.04 188.17 0.9 0.63
Hex 4D DF F6 45 9 0 4 BC 5A 3F
Octal 115 337 366 105 11 0 4 274 132 77
Binary 1001101 11011111 11110110 1000101 1001 0 100 10111100 1011010 111111

Color Harmonies of #4DDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFF6

Black with #4DDFF6

Text Example


Text Example

White with #4DDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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