Html Css Color HEX #74DCED Turquoise Blue

📋 copy color: '#74DCED'

red 116 ◦ green 220 ◦ blue 237

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

Shades of Turquoise Blue #74DCED

Tints of Turquoise Blue #74DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 20.24%
G = 38.39%
B = 41.36%

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

#74DCED (or 0x74DCED) is known color: Turquoise Blue. HEX triplet: 74, DC and ED. RGB value is (116,220,237). Sum of RGB (Red+Green+Blue) = 116+220+237=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #74DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCED is #8B2312. Grayscale: #BEBEBE. Windows color (decimal): -9118483 or 15588468. OLE color: 15588468.

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

Color convert

RGB 116 220 237 -
CMYK 0.51 0.07 0 0.07
HSL 188.43º 0.77% 0.69% -
HSV(B) 188.43º 0.51% 0.93% -
XYZ 48.08 61.01 89.36 -
YUV 190.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 116 220 237 0.51 0.07 0 0.07 188.43 0.77 0.69
Hex 74 DC ED 33 7 0 7 BC 4D 45
Octal 164 334 355 63 7 0 7 274 115 105
Binary 1110100 11011100 11101101 110011 111 0 111 10111100 1001101 1000101

Color Harmonies of #74DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCED

Black with #74DCED

Text Example


Text Example

White with #74DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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