Html Css Color HEX #68CDE6 Turquoise Blue

📋 copy color: '#68CDE6'

red 104 ◦ green 205 ◦ blue 230

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

Shades of Turquoise Blue #68CDE6

Tints of Turquoise Blue #68CDE6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

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

R = 19.29%
G = 38.03%
B = 42.67%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68CDE6 (or 0x68CDE6) is known color: Turquoise Blue. HEX triplet: 68, CD and E6. RGB value is (104,205,230). Sum of RGB (Red+Green+Blue) = 104+205+230=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #68CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDE6 is #973219. Grayscale: #B1B1B1. Windows color (decimal): -9908762 or 15125864. OLE color: 15125864.

HSL color Cylindrical-coordinate representation of color #68CDE6: hue angle of 191.9º 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 #68CDE6 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 205 230 -
CMYK 0.55 0.11 0 0.10
HSL 191.9º 0.72% 0.65% -
HSV(B) 191.9º 0.55% 0.9% -
XYZ 41.82 52.32 82.76 -
YUV 177.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 104 205 230 0.55 0.11 0 0.10 191.9 0.72 0.65
Hex 68 CD E6 37 B 0 A C0 48 41
Octal 150 315 346 67 13 0 12 300 110 101
Binary 1101000 11001101 11100110 110111 1011 0 1010 11000000 1001000 1000001

Color Harmonies of #68CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDE6

Black with #68CDE6

Text Example


Text Example

White with #68CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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