Html Css Color HEX #74D6DC Turquoise Blue

📋 copy color: '#74D6DC'

red 116 ◦ green 214 ◦ blue 220

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

Shades of Turquoise Blue #74D6DC

Tints of Turquoise Blue #74D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

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

R = 21.09%
G = 38.91%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74D6DC (or 0x74D6DC) is known color: Turquoise Blue. HEX triplet: 74, D6 and DC. RGB value is (116,214,220). Sum of RGB (Red+Green+Blue) = 116+214+220=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #74D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6DC is #8B2923. Grayscale: #B9B9B9. Windows color (decimal): -9120036 or 14472820. OLE color: 14472820.

HSL color Cylindrical-coordinate representation of color #74D6DC: hue angle of 183.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D6DC is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 214 220 -
CMYK 0.47 0.03 0 0.14
HSL 183.46º 0.6% 0.66% -
HSV(B) 183.46º 0.47% 0.86% -
XYZ 44.17 56.97 76.38 -
YUV 185.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 116 214 220 0.47 0.03 0 0.14 183.46 0.6 0.66
Hex 74 D6 DC 2F 3 0 E B7 3C 42
Octal 164 326 334 57 3 0 16 267 74 102
Binary 1110100 11010110 11011100 101111 11 0 1110 10110111 111100 1000010

Color Harmonies of #74D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6DC

Black with #74D6DC

Text Example


Text Example

White with #74D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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