Html Css Color HEX #68DFDE Turquoise Blue

📋 copy color: '#68DFDE'

red 104 ◦ green 223 ◦ blue 222

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

Shades of Turquoise Blue #68DFDE

Tints of Turquoise Blue #68DFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 18.94%
G = 40.62%
B = 40.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#68DFDE (or 0x68DFDE) is known color: Turquoise Blue. HEX triplet: 68, DF and DE. RGB value is (104,223,222). Sum of RGB (Red+Green+Blue) = 104+223+222=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFDE is #972021. Grayscale: #BBBBBB. Windows color (decimal): -9904162 or 14606184. OLE color: 14606184.

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

Color convert

RGB 104 223 222 -
CMYK 0.53 0 0.00 0.13
HSL 179.5º 0.65% 0.64% -
HSV(B) 179.5º 0.53% 0.87% -
XYZ 45.28 60.99 78.49 -
YUV 187.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 104 223 222 0.53 0 0.00 0.13 179.5 0.65 0.64
Hex 68 DF DE 35 0 0 D B3 41 40
Octal 150 337 336 65 0 0 15 263 101 100
Binary 1101000 11011111 11011110 110101 0 0 1101 10110011 1000001 1000000

Color Harmonies of #68DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFDE

Black with #68DFDE

Text Example


Text Example

White with #68DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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