Html Css Color HEX #74DDDC Turquoise Blue

📋 copy color: '#74DDDC'

red 116 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #74DDDC

Tints of Turquoise Blue #74DDDC

RGB

 RED value IS 116 (45.7% from 255) = 20.83%

 GREEN value IS 221 (86.72% from 255) = 39.68%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 20.83%
G = 39.68%
B = 39.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#74DDDC (or 0x74DDDC) is known color: Turquoise Blue. HEX triplet: 74, DD and DC. RGB value is (116,221,220). Sum of RGB (Red+Green+Blue) = 116+221+220=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDDC is #8B2223. Grayscale: #BDBDBD. Windows color (decimal): -9118244 or 14474612. OLE color: 14474612.

HSL color Cylindrical-coordinate representation of color #74DDDC: hue angle of 179.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DDDC is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 220 -
CMYK 0.48 0 0.00 0.13
HSL 179.43º 0.61% 0.66% -
HSV(B) 179.43º 0.48% 0.87% -
XYZ 45.98 60.59 76.98 -
YUV 189.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 116 221 220 0.48 0 0.00 0.13 179.43 0.61 0.66
Hex 74 DD DC 30 0 0 D B3 3D 42
Octal 164 335 334 60 0 0 15 263 75 102
Binary 1110100 11011101 11011100 110000 0 0 1101 10110011 111101 1000010

Color Harmonies of #74DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDDC

Black with #74DDDC

Text Example


Text Example

White with #74DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DDDC; }

 p { color: rgb(116,221,220); }

 H1.HeaderClassName
 {
   color: #74DDDC;
 }
 .AnyTagClassName
 {
   color: #74DDDC;
 }
</style>

background-color css

<style>
 a { background-color: #74DDDC; }

 a { background-color: rgb(116,221,220); }

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

border-color css

<style>
 span { border-color: #74DDDC; }

 span { border-color: rgb(116,221,220); }

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