Html Css Color HEX #74DEFD Turquoise Blue

📋 copy color: '#74DEFD'

red 116 ◦ green 222 ◦ blue 253

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

Shades of Turquoise Blue #74DEFD

Tints of Turquoise Blue #74DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.56%

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

R = 19.63%
G = 37.56%
B = 42.81%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74DEFD (or 0x74DEFD) is known color: Turquoise Blue. HEX triplet: 74, DE and FD. RGB value is (116,222,253). Sum of RGB (Red+Green+Blue) = 116+222+253=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #74DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DEFD is #8B2102. Grayscale: #C1C1C1. Windows color (decimal): -9117955 or 16637556. OLE color: 16637556.

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

Color convert

RGB 116 222 253 -
CMYK 0.54 0.12 0 0.01
HSL 193.58º 0.97% 0.72% -
HSV(B) 193.58º 0.54% 0.99% -
XYZ 51.05 63.05 102.41 -
YUV 193.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 116 222 253 0.54 0.12 0 0.01 193.58 0.97 0.72
Hex 74 DE FD 36 C 0 1 C2 61 48
Octal 164 336 375 66 14 0 1 302 141 110
Binary 1110100 11011110 11111101 110110 1100 0 1 11000010 1100001 1001000

Color Harmonies of #74DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DEFD

Black with #74DEFD

Text Example


Text Example

White with #74DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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