Html Css Color HEX #68CED6 Turquoise Blue

📋 copy color: '#68CED6'

red 104 ◦ green 206 ◦ blue 214

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

Shades of Turquoise Blue #68CED6

Tints of Turquoise Blue #68CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 19.85%
G = 39.31%
B = 40.84%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68CED6 (or 0x68CED6) is known color: Turquoise Blue. HEX triplet: 68, CE and D6. RGB value is (104,206,214). Sum of RGB (Red+Green+Blue) = 104+206+214=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #68CED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CED6 is #973129. Grayscale: #B0B0B0. Windows color (decimal): -9908522 or 14077544. OLE color: 14077544.

HSL color Cylindrical-coordinate representation of color #68CED6: hue angle of 184.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CED6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 206 214 -
CMYK 0.51 0.04 0 0.16
HSL 184.36º 0.57% 0.62% -
HSV(B) 184.36º 0.51% 0.84% -
XYZ 39.92 51.94 71.54 -
YUV 176.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 104 206 214 0.51 0.04 0 0.16 184.36 0.57 0.62
Hex 68 CE D6 33 4 0 10 B8 39 3E
Octal 150 316 326 63 4 0 20 270 71 76
Binary 1101000 11001110 11010110 110011 100 0 10000 10111000 111001 111110

Color Harmonies of #68CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CED6

Black with #68CED6

Text Example


Text Example

White with #68CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,206,214); }

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

background-color css

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

 a { background-color: rgb(104,206,214); }

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

border-color css

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

 span { border-color: rgb(104,206,214); }

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