Html Css Color HEX #74DFE6 Turquoise Blue

📋 copy color: '#74DFE6'

red 116 ◦ green 223 ◦ blue 230

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

Shades of Turquoise Blue #74DFE6

Tints of Turquoise Blue #74DFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 20.39%
G = 39.19%
B = 40.42%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#74DFE6 (or 0x74DFE6) is known color: Turquoise Blue. HEX triplet: 74, DF and E6. RGB value is (116,223,230). Sum of RGB (Red+Green+Blue) = 116+223+230=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #74DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFE6 is #8B2019. Grayscale: #BFBFBF. Windows color (decimal): -9117722 or 15130484. OLE color: 15130484.

HSL color Cylindrical-coordinate representation of color #74DFE6: hue angle of 183.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DFE6 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 223 230 -
CMYK 0.50 0.03 0 0.10
HSL 183.68º 0.7% 0.68% -
HSV(B) 183.68º 0.5% 0.9% -
XYZ 47.87 62.2 84.35 -
YUV 191.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 116 223 230 0.50 0.03 0 0.10 183.68 0.7 0.68
Hex 74 DF E6 32 3 0 A B8 46 44
Octal 164 337 346 62 3 0 12 270 106 104
Binary 1110100 11011111 11100110 110010 11 0 1010 10111000 1000110 1000100

Color Harmonies of #74DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFE6

Black with #74DFE6

Text Example


Text Example

White with #74DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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