Html Css Color HEX #74DCEE Turquoise Blue

📋 copy color: '#74DCEE'

red 116 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #74DCEE

Tints of Turquoise Blue #74DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 20.21%
G = 38.33%
B = 41.46%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74DCEE (or 0x74DCEE) is known color: Turquoise Blue. HEX triplet: 74, DC and EE. RGB value is (116,220,238). Sum of RGB (Red+Green+Blue) = 116+220+238=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #74DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCEE is #8B2311. Grayscale: #BEBEBE. Windows color (decimal): -9118482 or 15654004. OLE color: 15654004.

HSL color Cylindrical-coordinate representation of color #74DCEE: hue angle of 188.85º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74DCEE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 220 238 -
CMYK 0.51 0.08 0 0.07
HSL 188.85º 0.78% 0.69% -
HSV(B) 188.85º 0.51% 0.93% -
XYZ 48.23 61.07 90.14 -
YUV 190.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 116 220 238 0.51 0.08 0 0.07 188.85 0.78 0.69
Hex 74 DC EE 33 8 0 7 BD 4E 45
Octal 164 334 356 63 10 0 7 275 116 105
Binary 1110100 11011100 11101110 110011 1000 0 111 10111101 1001110 1000101

Color Harmonies of #74DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCEE

Black with #74DCEE

Text Example


Text Example

White with #74DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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