Html Css Color HEX #74DCEF Turquoise Blue

📋 copy color: '#74DCEF'

red 116 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #74DCEF

Tints of Turquoise Blue #74DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 20.17%
G = 38.26%
B = 41.57%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74DCEF (or 0x74DCEF) is known color: Turquoise Blue. HEX triplet: 74, DC and EF. RGB value is (116,220,239). Sum of RGB (Red+Green+Blue) = 116+220+239=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #74DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCEF is #8B2310. Grayscale: #BEBEBE. Windows color (decimal): -9118481 or 15719540. OLE color: 15719540.

HSL color Cylindrical-coordinate representation of color #74DCEF: hue angle of 189.27º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74DCEF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 220 239 -
CMYK 0.51 0.08 0 0.06
HSL 189.27º 0.79% 0.7% -
HSV(B) 189.27º 0.51% 0.94% -
XYZ 48.38 61.13 90.91 -
YUV 191.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 116 220 239 0.51 0.08 0 0.06 189.27 0.79 0.7
Hex 74 DC EF 33 8 0 6 BD 4F 46
Octal 164 334 357 63 10 0 6 275 117 106
Binary 1110100 11011100 11101111 110011 1000 0 110 10111101 1001111 1000110

Color Harmonies of #74DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCEF

Black with #74DCEF

Text Example


Text Example

White with #74DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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