Html Css Color HEX #74DDDB Turquoise Blue

📋 copy color: '#74DDDB'

red 116 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #74DDDB

Tints of Turquoise Blue #74DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.75%

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 20.86%
G = 39.75%
B = 39.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#74DDDB (or 0x74DDDB) is known color: Turquoise Blue. HEX triplet: 74, DD and DB. RGB value is (116,221,219). Sum of RGB (Red+Green+Blue) = 116+221+219=556 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.86% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDDB is #8B2224. Grayscale: #BDBDBD. Windows color (decimal): -9118245 or 14409076. OLE color: 14409076.

HSL color Cylindrical-coordinate representation of color #74DDDB: hue angle of 178.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DDDB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 219 -
CMYK 0.48 0 0.01 0.13
HSL 178.86º 0.61% 0.66% -
HSV(B) 178.86º 0.48% 0.87% -
XYZ 45.85 60.54 76.29 -
YUV 189.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 116 221 219 0.48 0 0.01 0.13 178.86 0.61 0.66
Hex 74 DD DB 30 0 1 D B3 3D 42
Octal 164 335 333 60 0 1 15 263 75 102
Binary 1110100 11011101 11011011 110000 0 1 1101 10110011 111101 1000010

Color Harmonies of #74DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDDB

Black with #74DDDB

Text Example


Text Example

White with #74DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,221,219); }

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

background-color css

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

 a { background-color: rgb(116,221,219); }

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

border-color css

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

 span { border-color: rgb(116,221,219); }

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