Html Css Color HEX #68CDDF Turquoise Blue

📋 copy color: '#68CDDF'

red 104 ◦ green 205 ◦ blue 223

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

Shades of Turquoise Blue #68CDDF

Tints of Turquoise Blue #68CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 19.55%
G = 38.53%
B = 41.92%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CDDF (or 0x68CDDF) is known color: Turquoise Blue. HEX triplet: 68, CD and DF. RGB value is (104,205,223). Sum of RGB (Red+Green+Blue) = 104+205+223=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #68CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDDF is #973220. Grayscale: #B0B0B0. Windows color (decimal): -9908769 or 14667112. OLE color: 14667112.

HSL color Cylindrical-coordinate representation of color #68CDDF: hue angle of 189.08º degrees, saturation: 0.65, 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 #68CDDF is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 205 223 -
CMYK 0.53 0.08 0 0.13
HSL 189.08º 0.65% 0.64% -
HSV(B) 189.08º 0.53% 0.87% -
XYZ 40.86 51.93 77.68 -
YUV 176.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 104 205 223 0.53 0.08 0 0.13 189.08 0.65 0.64
Hex 68 CD DF 35 8 0 D BD 41 40
Octal 150 315 337 65 10 0 15 275 101 100
Binary 1101000 11001101 11011111 110101 1000 0 1101 10111101 1000001 1000000

Color Harmonies of #68CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDDF

Black with #68CDDF

Text Example


Text Example

White with #68CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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