Html Css Color HEX #74DDDA Turquoise Blue

📋 copy color: '#74DDDA'

red 116 ◦ green 221 ◦ blue 218

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

Shades of Turquoise Blue #74DDDA

Tints of Turquoise Blue #74DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 20.9%
G = 39.82%
B = 39.28%

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

#74DDDA (or 0x74DDDA) is known color: Turquoise Blue. HEX triplet: 74, DD and DA. RGB value is (116,221,218). Sum of RGB (Red+Green+Blue) = 116+221+218=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDDA is #8B2225. Grayscale: #BDBDBD. Windows color (decimal): -9118246 or 14343540. OLE color: 14343540.

HSL color Cylindrical-coordinate representation of color #74DDDA: hue angle of 178.29º 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 #74DDDA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 218 -
CMYK 0.48 0 0.01 0.13
HSL 178.29º 0.61% 0.66% -
HSV(B) 178.29º 0.48% 0.87% -
XYZ 45.71 60.49 75.6 -
YUV 189.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 116 221 218 0.48 0 0.01 0.13 178.29 0.61 0.66
Hex 74 DD DA 30 0 1 D B2 3D 42
Octal 164 335 332 60 0 1 15 262 75 102
Binary 1110100 11011101 11011010 110000 0 1 1101 10110010 111101 1000010

Color Harmonies of #74DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDDA

Black with #74DDDA

Text Example


Text Example

White with #74DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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