Html Css Color HEX #74DCFC Turquoise Blue

📋 copy color: '#74DCFC'

red 116 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #74DCFC

Tints of Turquoise Blue #74DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 19.73%
G = 37.41%
B = 42.86%

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

#74DCFC (or 0x74DCFC) is known color: Turquoise Blue. HEX triplet: 74, DC and FC. RGB value is (116,220,252). Sum of RGB (Red+Green+Blue) = 116+220+252=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #74DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCFC is #8B2303. Grayscale: #C0C0C0. Windows color (decimal): -9118468 or 16571508. OLE color: 16571508.

HSL color Cylindrical-coordinate representation of color #74DCFC: hue angle of 194.12º degrees, saturation: 0.96, 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 #74DCFC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 220 252 -
CMYK 0.54 0.13 0 0.01
HSL 194.12º 0.96% 0.72% -
HSV(B) 194.12º 0.54% 0.99% -
XYZ 50.37 61.93 101.39 -
YUV 192.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 116 220 252 0.54 0.13 0 0.01 194.12 0.96 0.72
Hex 74 DC FC 36 D 0 1 C2 60 48
Octal 164 334 374 66 15 0 1 302 140 110
Binary 1110100 11011100 11111100 110110 1101 0 1 11000010 1100000 1001000

Color Harmonies of #74DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCFC

Black with #74DCFC

Text Example


Text Example

White with #74DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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