Html Css Color HEX #74DFDD Turquoise Blue

📋 copy color: '#74DFDD'

red 116 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #74DFDD

Tints of Turquoise Blue #74DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.82%

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 20.71%
G = 39.82%
B = 39.46%

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

#74DFDD (or 0x74DFDD) is known color: Turquoise Blue. HEX triplet: 74, DF and DD. RGB value is (116,223,221). Sum of RGB (Red+Green+Blue) = 116+223+221=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFDD is #8B2022. Grayscale: #BEBEBE. Windows color (decimal): -9117731 or 14540660. OLE color: 14540660.

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

Color convert

RGB 116 223 221 -
CMYK 0.48 0 0.01 0.13
HSL 178.88º 0.63% 0.66% -
HSV(B) 178.88º 0.48% 0.87% -
XYZ 46.64 61.71 77.86 -
YUV 190.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 116 223 221 0.48 0 0.01 0.13 178.88 0.63 0.66
Hex 74 DF DD 30 0 1 D B3 3F 42
Octal 164 337 335 60 0 1 15 263 77 102
Binary 1110100 11011111 11011101 110000 0 1 1101 10110011 111111 1000010

Color Harmonies of #74DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFDD

Black with #74DFDD

Text Example


Text Example

White with #74DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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