Html Css Color HEX #74DCFD Turquoise Blue

📋 copy color: '#74DCFD'

red 116 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #74DCFD

Tints of Turquoise Blue #74DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 19.69%
G = 37.35%
B = 42.95%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74DCFD (or 0x74DCFD) is known color: Turquoise Blue. HEX triplet: 74, DC and FD. RGB value is (116,220,253). Sum of RGB (Red+Green+Blue) = 116+220+253=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #74DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCFD is #8B2302. Grayscale: #C0C0C0. Windows color (decimal): -9118467 or 16637044. OLE color: 16637044.

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

Color convert

RGB 116 220 253 -
CMYK 0.54 0.13 0 0.01
HSL 194.45º 0.97% 0.72% -
HSV(B) 194.45º 0.54% 0.99% -
XYZ 50.53 61.99 102.23 -
YUV 192.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 116 220 253 0.54 0.13 0 0.01 194.45 0.97 0.72
Hex 74 DC FD 36 D 0 1 C2 61 48
Octal 164 334 375 66 15 0 1 302 141 110
Binary 1110100 11011100 11111101 110110 1101 0 1 11000010 1100001 1001000

Color Harmonies of #74DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCFD

Black with #74DCFD

Text Example


Text Example

White with #74DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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