Html Css Color HEX #74DEDF Turquoise Blue

📋 copy color: '#74DEDF'

red 116 ◦ green 222 ◦ blue 223

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

Shades of Turquoise Blue #74DEDF

Tints of Turquoise Blue #74DEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 20.68%
G = 39.57%
B = 39.75%

CMYK

 C value IS 0.48

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74DEDF (or 0x74DEDF) is known color: Turquoise Blue. HEX triplet: 74, DE and DF. RGB value is (116,222,223). Sum of RGB (Red+Green+Blue) = 116+222+223=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #74DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEDF is #8B2120. Grayscale: #BEBEBE. Windows color (decimal): -9117985 or 14671476. OLE color: 14671476.

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

Color convert

RGB 116 222 223 -
CMYK 0.48 0.00 0 0.13
HSL 180.56º 0.63% 0.66% -
HSV(B) 180.56º 0.48% 0.87% -
XYZ 46.64 61.28 79.18 -
YUV 190.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 116 222 223 0.48 0.00 0 0.13 180.56 0.63 0.66
Hex 74 DE DF 30 0 0 D B5 3F 42
Octal 164 336 337 60 0 0 15 265 77 102
Binary 1110100 11011110 11011111 110000 0 0 1101 10110101 111111 1000010

Color Harmonies of #74DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DEDF

Black with #74DEDF

Text Example


Text Example

White with #74DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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