Html Css Color HEX #68EBDF Turquoise Blue

📋 copy color: '#68EBDF'

red 104 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #68EBDF

Tints of Turquoise Blue #68EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 18.51%
G = 41.81%
B = 39.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#68EBDF (or 0x68EBDF) is known color: Turquoise Blue. HEX triplet: 68, EB and DF. RGB value is (104,235,223). Sum of RGB (Red+Green+Blue) = 104+235+223=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBDF is #971420. Grayscale: #C2C2C2. Windows color (decimal): -9901089 or 14674792. OLE color: 14674792.

HSL color Cylindrical-coordinate representation of color #68EBDF: hue angle of 174.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBDF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 223 -
CMYK 0.56 0 0.05 0.08
HSL 174.5º 0.77% 0.66% -
HSV(B) 174.5º 0.56% 0.92% -
XYZ 48.74 67.69 80.31 -
YUV 194.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 104 235 223 0.56 0 0.05 0.08 174.5 0.77 0.66
Hex 68 EB DF 38 0 5 8 AF 4D 42
Octal 150 353 337 70 0 5 10 257 115 102
Binary 1101000 11101011 11011111 111000 0 101 1000 10101111 1001101 1000010

Color Harmonies of #68EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBDF

Black with #68EBDF

Text Example


Text Example

White with #68EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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