Html Css Color HEX #74DEEF Turquoise Blue

📋 copy color: '#74DEEF'

red 116 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #74DEEF

Tints of Turquoise Blue #74DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 20.1%
G = 38.47%
B = 41.42%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74DEEF (or 0x74DEEF) is known color: Turquoise Blue. HEX triplet: 74, DE and EF. RGB value is (116,222,239). Sum of RGB (Red+Green+Blue) = 116+222+239=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #74DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DEEF is #8B2110. Grayscale: #C0C0C0. Windows color (decimal): -9117969 or 15720052. OLE color: 15720052.

HSL color Cylindrical-coordinate representation of color #74DEEF: hue angle of 188.29º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74DEEF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 222 239 -
CMYK 0.51 0.07 0 0.06
HSL 188.29º 0.79% 0.7% -
HSV(B) 188.29º 0.51% 0.94% -
XYZ 48.9 62.19 91.09 -
YUV 192.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 116 222 239 0.51 0.07 0 0.06 188.29 0.79 0.7
Hex 74 DE EF 33 7 0 6 BC 4F 46
Octal 164 336 357 63 7 0 6 274 117 106
Binary 1110100 11011110 11101111 110011 111 0 110 10111100 1001111 1000110

Color Harmonies of #74DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DEEF

Black with #74DEEF

Text Example


Text Example

White with #74DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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