Html Css Color HEX #68EBED Turquoise Blue

📋 copy color: '#68EBED'

red 104 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #68EBED

Tints of Turquoise Blue #68EBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 18.06%
G = 40.8%
B = 41.15%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68EBED (or 0x68EBED) is known color: Turquoise Blue. HEX triplet: 68, EB and ED. RGB value is (104,235,237). Sum of RGB (Red+Green+Blue) = 104+235+237=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #68EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EBED is #971412. Grayscale: #C3C3C3. Windows color (decimal): -9901075 or 15592296. OLE color: 15592296.

HSL color Cylindrical-coordinate representation of color #68EBED: hue angle of 180.9º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBED is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 235 237 -
CMYK 0.56 0.01 0 0.07
HSL 180.9º 0.79% 0.67% -
HSV(B) 180.9º 0.56% 0.93% -
XYZ 50.7 68.47 90.67 -
YUV 196.06 151.1 62.34 -
System Red Green Blue C M Y K H S L
Decimal 104 235 237 0.56 0.01 0 0.07 180.9 0.79 0.67
Hex 68 EB ED 38 1 0 7 B5 4F 43
Octal 150 353 355 70 1 0 7 265 117 103
Binary 1101000 11101011 11101101 111000 1 0 111 10110101 1001111 1000011

Color Harmonies of #68EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBED

Black with #68EBED

Text Example


Text Example

White with #68EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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