Html Css Color HEX #74DCFB Turquoise Blue

📋 copy color: '#74DCFB'

red 116 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #74DCFB

Tints of Turquoise Blue #74DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 19.76%
G = 37.48%
B = 42.76%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74DCFB (or 0x74DCFB) is known color: Turquoise Blue. HEX triplet: 74, DC and FB. RGB value is (116,220,251). Sum of RGB (Red+Green+Blue) = 116+220+251=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #74DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCFB is #8B2304. Grayscale: #C0C0C0. Windows color (decimal): -9118469 or 16505972. OLE color: 16505972.

HSL color Cylindrical-coordinate representation of color #74DCFB: hue angle of 193.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DCFB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 220 251 -
CMYK 0.54 0.12 0 0.02
HSL 193.78º 0.94% 0.72% -
HSV(B) 193.78º 0.54% 0.98% -
XYZ 50.21 61.86 100.56 -
YUV 192.44 161.04 73.48 -
System Red Green Blue C M Y K H S L
Decimal 116 220 251 0.54 0.12 0 0.02 193.78 0.94 0.72
Hex 74 DC FB 36 C 0 2 C2 5E 48
Octal 164 334 373 66 14 0 2 302 136 110
Binary 1110100 11011100 11111011 110110 1100 0 10 11000010 1011110 1001000

Color Harmonies of #74DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCFB

Black with #74DCFB

Text Example


Text Example

White with #74DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,251); }

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

background-color css

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

 a { background-color: rgb(116,220,251); }

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

border-color css

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

 span { border-color: rgb(116,220,251); }

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