Html Css Color HEX #74DEDB Turquoise Blue

📋 copy color: '#74DEDB'

red 116 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #74DEDB

Tints of Turquoise Blue #74DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

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

R = 20.83%
G = 39.86%
B = 39.32%

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

#74DEDB (or 0x74DEDB) is known color: Turquoise Blue. HEX triplet: 74, DE and DB. RGB value is (116,222,219). Sum of RGB (Red+Green+Blue) = 116+222+219=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEDB is #8B2124. Grayscale: #BDBDBD. Windows color (decimal): -9117989 or 14409332. OLE color: 14409332.

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

Color convert

RGB 116 222 219 -
CMYK 0.48 0 0.01 0.13
HSL 178.3º 0.62% 0.66% -
HSV(B) 178.3º 0.48% 0.87% -
XYZ 46.11 61.07 76.38 -
YUV 189.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 116 222 219 0.48 0 0.01 0.13 178.3 0.62 0.66
Hex 74 DE DB 30 0 1 D B2 3E 42
Octal 164 336 333 60 0 1 15 262 76 102
Binary 1110100 11011110 11011011 110000 0 1 1101 10110010 111110 1000010

Color Harmonies of #74DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DEDB

Black with #74DEDB

Text Example


Text Example

White with #74DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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