Html Css Color HEX #74DCEC Turquoise Blue

📋 copy color: '#74DCEC'

red 116 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #74DCEC

Tints of Turquoise Blue #74DCEC

RGB

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

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

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

R = 20.28%
G = 38.46%
B = 41.26%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74DCEC (or 0x74DCEC) is known color: Turquoise Blue. HEX triplet: 74, DC and EC. RGB value is (116,220,236). Sum of RGB (Red+Green+Blue) = 116+220+236=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #74DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCEC is #8B2313. Grayscale: #BEBEBE. Windows color (decimal): -9118484 or 15522932. OLE color: 15522932.

HSL color Cylindrical-coordinate representation of color #74DCEC: hue angle of 188º 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 #74DCEC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 220 236 -
CMYK 0.51 0.07 0 0.07
HSL 188º 0.76% 0.69% -
HSV(B) 188º 0.51% 0.93% -
XYZ 47.94 60.96 88.6 -
YUV 190.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 116 220 236 0.51 0.07 0 0.07 188 0.76 0.69
Hex 74 DC EC 33 7 0 7 BC 4C 45
Octal 164 334 354 63 7 0 7 274 114 105
Binary 1110100 11011100 11101100 110011 111 0 111 10111100 1001100 1000101

Color Harmonies of #74DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCEC

Black with #74DCEC

Text Example


Text Example

White with #74DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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