Html Css Color HEX #68DEFD Turquoise Blue

📋 copy color: '#68DEFD'

red 104 ◦ green 222 ◦ blue 253

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

Shades of Turquoise Blue #68DEFD

Tints of Turquoise Blue #68DEFD

RGB

 RED value IS 104 (41.02% from 255) = 17.96%

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

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

R = 17.96%
G = 38.34%
B = 43.7%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68DEFD (or 0x68DEFD) is known color: Turquoise Blue. HEX triplet: 68, DE and FD. RGB value is (104,222,253). Sum of RGB (Red+Green+Blue) = 104+222+253=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #68DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEFD is #972102. Grayscale: #BEBEBE. Windows color (decimal): -9904387 or 16637544. OLE color: 16637544.

HSL color Cylindrical-coordinate representation of color #68DEFD: hue angle of 192.48º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DEFD is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 222 253 -
CMYK 0.59 0.12 0 0.01
HSL 192.48º 0.97% 0.7% -
HSV(B) 192.48º 0.59% 0.99% -
XYZ 49.56 62.28 102.34 -
YUV 190.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 104 222 253 0.59 0.12 0 0.01 192.48 0.97 0.7
Hex 68 DE FD 3B C 0 1 C0 61 46
Octal 150 336 375 73 14 0 1 300 141 106
Binary 1101000 11011110 11111101 111011 1100 0 1 11000000 1100001 1000110

Color Harmonies of #68DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEFD

Black with #68DEFD

Text Example


Text Example

White with #68DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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