Html Css Color HEX #68DAE6 Turquoise Blue

📋 copy color: '#68DAE6'

red 104 ◦ green 218 ◦ blue 230

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

Shades of Turquoise Blue #68DAE6

Tints of Turquoise Blue #68DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 18.84%
G = 39.49%
B = 41.67%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68DAE6 (or 0x68DAE6) is known color: Turquoise Blue. HEX triplet: 68, DA and E6. RGB value is (104,218,230). Sum of RGB (Red+Green+Blue) = 104+218+230=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #68DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAE6 is #972519. Grayscale: #B9B9B9. Windows color (decimal): -9905434 or 15129192. OLE color: 15129192.

HSL color Cylindrical-coordinate representation of color #68DAE6: hue angle of 185.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68DAE6 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 218 230 -
CMYK 0.55 0.05 0 0.10
HSL 185.71º 0.72% 0.65% -
HSV(B) 185.71º 0.55% 0.9% -
XYZ 45.06 58.8 83.84 -
YUV 185.28 153.23 70.02 -
System Red Green Blue C M Y K H S L
Decimal 104 218 230 0.55 0.05 0 0.10 185.71 0.72 0.65
Hex 68 DA E6 37 5 0 A BA 48 41
Octal 150 332 346 67 5 0 12 272 110 101
Binary 1101000 11011010 11100110 110111 101 0 1010 10111010 1001000 1000001

Color Harmonies of #68DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAE6

Black with #68DAE6

Text Example


Text Example

White with #68DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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