Html Css Color HEX #74D9EC Turquoise Blue

📋 copy color: '#74D9EC'

red 116 ◦ green 217 ◦ blue 236

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

Shades of Turquoise Blue #74D9EC

Tints of Turquoise Blue #74D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 20.39%
G = 38.14%
B = 41.48%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74D9EC (or 0x74D9EC) is known color: Turquoise Blue. HEX triplet: 74, D9 and EC. RGB value is (116,217,236). Sum of RGB (Red+Green+Blue) = 116+217+236=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #74D9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D9EC is #8B2613. Grayscale: #BCBCBC. Windows color (decimal): -9119252 or 15522164. OLE color: 15522164.

HSL color Cylindrical-coordinate representation of color #74D9EC: hue angle of 189.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D9EC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 217 236 -
CMYK 0.51 0.08 0 0.07
HSL 189.5º 0.76% 0.69% -
HSV(B) 189.5º 0.51% 0.93% -
XYZ 47.16 59.39 88.34 -
YUV 188.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 116 217 236 0.51 0.08 0 0.07 189.5 0.76 0.69
Hex 74 D9 EC 33 8 0 7 BE 4C 45
Octal 164 331 354 63 10 0 7 276 114 105
Binary 1110100 11011001 11101100 110011 1000 0 111 10111110 1001100 1000101

Color Harmonies of #74D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9EC

Black with #74D9EC

Text Example


Text Example

White with #74D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,217,236); }

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

background-color css

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

 a { background-color: rgb(116,217,236); }

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

border-color css

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

 span { border-color: rgb(116,217,236); }

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