Html Css Color HEX #68DFE9 Turquoise Blue

📋 copy color: '#68DFE9'

red 104 ◦ green 223 ◦ blue 233

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

Shades of Turquoise Blue #68DFE9

Tints of Turquoise Blue #68DFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.61%

R = 18.57%
G = 39.82%
B = 41.61%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68DFE9 (or 0x68DFE9) is known color: Turquoise Blue. HEX triplet: 68, DF and E9. RGB value is (104,223,233). Sum of RGB (Red+Green+Blue) = 104+223+233=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #68DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFE9 is #972016. Grayscale: #BCBCBC. Windows color (decimal): -9904151 or 15327080. OLE color: 15327080.

HSL color Cylindrical-coordinate representation of color #68DFE9: hue angle of 184.65º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68DFE9 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 223 233 -
CMYK 0.55 0.04 0 0.09
HSL 184.65º 0.75% 0.66% -
HSV(B) 184.65º 0.55% 0.91% -
XYZ 46.8 61.6 86.51 -
YUV 188.56 153.08 67.69 -
System Red Green Blue C M Y K H S L
Decimal 104 223 233 0.55 0.04 0 0.09 184.65 0.75 0.66
Hex 68 DF E9 37 4 0 9 B9 4B 42
Octal 150 337 351 67 4 0 11 271 113 102
Binary 1101000 11011111 11101001 110111 100 0 1001 10111001 1001011 1000010

Color Harmonies of #68DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFE9

Black with #68DFE9

Text Example


Text Example

White with #68DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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