Html Css Color HEX #74DADA Turquoise Blue

📋 copy color: '#74DADA'

red 116 ◦ green 218 ◦ blue 218

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

Shades of Turquoise Blue #74DADA

Tints of Turquoise Blue #74DADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.49%

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 21.01%
G = 39.49%
B = 39.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74DADA (or 0x74DADA) is known color: Turquoise Blue. HEX triplet: 74, DA and DA. RGB value is (116,218,218). Sum of RGB (Red+Green+Blue) = 116+218+218=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #74DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DADA is #8B2525. Grayscale: #BBBBBB. Windows color (decimal): -9119014 or 14342772. OLE color: 14342772.

HSL color Cylindrical-coordinate representation of color #74DADA: hue angle of 180º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DADA is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 218 -
CMYK 0.47 0 0 0.15
HSL 180º 0.58% 0.65% -
HSV(B) 180º 0.47% 0.85% -
XYZ 44.93 58.92 75.33 -
YUV 187.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 116 218 218 0.47 0 0 0.15 180 0.58 0.65
Hex 74 DA DA 2F 0 0 F B4 3A 41
Octal 164 332 332 57 0 0 17 264 72 101
Binary 1110100 11011010 11011010 101111 0 0 1111 10110100 111010 1000001

Color Harmonies of #74DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DADA

Black with #74DADA

Text Example


Text Example

White with #74DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,218,218); }

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

background-color css

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

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

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

border-color css

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

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

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