Html Css Color HEX #68EBE3 Turquoise Blue

📋 copy color: '#68EBE3'

red 104 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #68EBE3

Tints of Turquoise Blue #68EBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.11%

R = 18.37%
G = 41.52%
B = 40.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#68EBE3 (or 0x68EBE3) is known color: Turquoise Blue. HEX triplet: 68, EB and E3. RGB value is (104,235,227). Sum of RGB (Red+Green+Blue) = 104+235+227=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBE3 is #97141C. Grayscale: #C2C2C2. Windows color (decimal): -9901085 or 14936936. OLE color: 14936936.

HSL color Cylindrical-coordinate representation of color #68EBE3: hue angle of 176.34º 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 #68EBE3 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 227 -
CMYK 0.56 0 0.03 0.08
HSL 176.34º 0.77% 0.66% -
HSV(B) 176.34º 0.56% 0.92% -
XYZ 49.28 67.91 83.18 -
YUV 194.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 104 235 227 0.56 0 0.03 0.08 176.34 0.77 0.66
Hex 68 EB E3 38 0 3 8 B0 4D 42
Octal 150 353 343 70 0 3 10 260 115 102
Binary 1101000 11101011 11100011 111000 0 11 1000 10110000 1001101 1000010

Color Harmonies of #68EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBE3

Black with #68EBE3

Text Example


Text Example

White with #68EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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