Html Css Color HEX #74DDFE Turquoise Blue

📋 copy color: '#74DDFE'

red 116 ◦ green 221 ◦ blue 254

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

Shades of Turquoise Blue #74DDFE

Tints of Turquoise Blue #74DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.39%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 19.63%
G = 37.39%
B = 42.98%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74DDFE (or 0x74DDFE) is known color: Turquoise Blue. HEX triplet: 74, DD and FE. RGB value is (116,221,254). Sum of RGB (Red+Green+Blue) = 116+221+254=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #74DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDFE is #8B2201. Grayscale: #C1C1C1. Windows color (decimal): -9118210 or 16702836. OLE color: 16702836.

HSL color Cylindrical-coordinate representation of color #74DDFE: hue angle of 194.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DDFE is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 221 254 -
CMYK 0.54 0.13 0 0.00
HSL 194.35º 0.99% 0.73% -
HSV(B) 194.35º 0.54% 1% -
XYZ 50.95 62.58 103.16 -
YUV 193.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 116 221 254 0.54 0.13 0 0.00 194.35 0.99 0.73
Hex 74 DD FE 36 D 0 0 C2 63 49
Octal 164 335 376 66 15 0 0 302 143 111
Binary 1110100 11011101 11111110 110110 1101 0 0 11000010 1100011 1001001

Color Harmonies of #74DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDFE

Black with #74DDFE

Text Example


Text Example

White with #74DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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