Html Css Color HEX #68DADE Turquoise Blue

📋 copy color: '#68DADE'

red 104 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #68DADE

Tints of Turquoise Blue #68DADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 19.12%
G = 40.07%
B = 40.81%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68DADE (or 0x68DADE) is known color: Turquoise Blue. HEX triplet: 68, DA and DE. RGB value is (104,218,222). Sum of RGB (Red+Green+Blue) = 104+218+222=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #68DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DADE is #972521. Grayscale: #B8B8B8. Windows color (decimal): -9905442 or 14604904. OLE color: 14604904.

HSL color Cylindrical-coordinate representation of color #68DADE: hue angle of 182.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DADE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 218 222 -
CMYK 0.53 0.02 0 0.13
HSL 182.03º 0.64% 0.64% -
HSV(B) 182.03º 0.53% 0.87% -
XYZ 43.97 58.36 78.05 -
YUV 184.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 104 218 222 0.53 0.02 0 0.13 182.03 0.64 0.64
Hex 68 DA DE 35 2 0 D B6 40 40
Octal 150 332 336 65 2 0 15 266 100 100
Binary 1101000 11011010 11011110 110101 10 0 1101 10110110 1000000 1000000

Color Harmonies of #68DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DADE

Black with #68DADE

Text Example


Text Example

White with #68DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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