Html Css Color HEX #74DBDC Turquoise Blue

📋 copy color: '#74DBDC'

red 116 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #74DBDC

Tints of Turquoise Blue #74DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

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

R = 20.9%
G = 39.46%
B = 39.64%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74DBDC (or 0x74DBDC) is known color: Turquoise Blue. HEX triplet: 74, DB and DC. RGB value is (116,219,220). Sum of RGB (Red+Green+Blue) = 116+219+220=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #74DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBDC is #8B2423. Grayscale: #BCBCBC. Windows color (decimal): -9118756 or 14474100. OLE color: 14474100.

HSL color Cylindrical-coordinate representation of color #74DBDC: hue angle of 180.58º 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 #74DBDC is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 220 -
CMYK 0.47 0.00 0 0.14
HSL 180.58º 0.6% 0.66% -
HSV(B) 180.58º 0.47% 0.86% -
XYZ 45.45 59.54 76.81 -
YUV 188.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 116 219 220 0.47 0.00 0 0.14 180.58 0.6 0.66
Hex 74 DB DC 2F 0 0 E B5 3C 42
Octal 164 333 334 57 0 0 16 265 74 102
Binary 1110100 11011011 11011100 101111 0 0 1110 10110101 111100 1000010

Color Harmonies of #74DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBDC

Black with #74DBDC

Text Example


Text Example

White with #74DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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