Html Css Color HEX #68DFDB Turquoise Blue

📋 copy color: '#68DFDB'

red 104 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #68DFDB

Tints of Turquoise Blue #68DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 19.05%
G = 40.84%
B = 40.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#68DFDB (or 0x68DFDB) is known color: Turquoise Blue. HEX triplet: 68, DF and DB. RGB value is (104,223,219). Sum of RGB (Red+Green+Blue) = 104+223+219=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFDB is #972024. Grayscale: #BABABA. Windows color (decimal): -9904165 or 14409576. OLE color: 14409576.

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

Color convert

RGB 104 223 219 -
CMYK 0.53 0 0.02 0.13
HSL 177.98º 0.65% 0.64% -
HSV(B) 177.98º 0.53% 0.87% -
XYZ 44.88 60.83 76.39 -
YUV 186.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 104 223 219 0.53 0 0.02 0.13 177.98 0.65 0.64
Hex 68 DF DB 35 0 2 D B2 41 40
Octal 150 337 333 65 0 2 15 262 101 100
Binary 1101000 11011111 11011011 110101 0 10 1101 10110010 1000001 1000000

Color Harmonies of #68DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFDB

Black with #68DFDB

Text Example


Text Example

White with #68DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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