Html Css Color HEX #68DADF Turquoise Blue

📋 copy color: '#68DADF'

red 104 ◦ green 218 ◦ blue 223

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

Shades of Turquoise Blue #68DADF

Tints of Turquoise Blue #68DADF

RGB

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

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

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

R = 19.08%
G = 40%
B = 40.92%

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

#68DADF (or 0x68DADF) is known color: Turquoise Blue. HEX triplet: 68, DA and DF. RGB value is (104,218,223). Sum of RGB (Red+Green+Blue) = 104+218+223=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #68DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DADF is #972520. Grayscale: #B8B8B8. Windows color (decimal): -9905441 or 14670440. OLE color: 14670440.

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

Color convert

RGB 104 218 223 -
CMYK 0.53 0.02 0 0.13
HSL 182.52º 0.65% 0.64% -
HSV(B) 182.52º 0.53% 0.87% -
XYZ 44.1 58.41 78.76 -
YUV 184.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 104 218 223 0.53 0.02 0 0.13 182.52 0.65 0.64
Hex 68 DA DF 35 2 0 D B7 41 40
Octal 150 332 337 65 2 0 15 267 101 100
Binary 1101000 11011010 11011111 110101 10 0 1101 10110111 1000001 1000000

Color Harmonies of #68DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DADF

Black with #68DADF

Text Example


Text Example

White with #68DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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