Html Css Color HEX #74DCF6 Turquoise Blue

📋 copy color: '#74DCF6'

red 116 ◦ green 220 ◦ blue 246

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

Shades of Turquoise Blue #74DCF6

Tints of Turquoise Blue #74DCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 19.93%
G = 37.8%
B = 42.27%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#74DCF6 (or 0x74DCF6) is known color: Turquoise Blue. HEX triplet: 74, DC and F6. RGB value is (116,220,246). Sum of RGB (Red+Green+Blue) = 116+220+246=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #74DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCF6 is #8B2309. Grayscale: #BFBFBF. Windows color (decimal): -9118474 or 16178292. OLE color: 16178292.

HSL color Cylindrical-coordinate representation of color #74DCF6: hue angle of 192º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74DCF6 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 220 246 -
CMYK 0.53 0.11 0 0.04
HSL 192º 0.88% 0.71% -
HSV(B) 192º 0.53% 0.96% -
XYZ 49.43 61.55 96.46 -
YUV 191.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 116 220 246 0.53 0.11 0 0.04 192 0.88 0.71
Hex 74 DC F6 35 B 0 4 C0 58 47
Octal 164 334 366 65 13 0 4 300 130 107
Binary 1110100 11011100 11110110 110101 1011 0 100 11000000 1011000 1000111

Color Harmonies of #74DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCF6

Black with #74DCF6

Text Example


Text Example

White with #74DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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