Html Css Color HEX #68EBEE Turquoise Blue

📋 copy color: '#68EBEE'

red 104 ◦ green 235 ◦ blue 238

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

Shades of Turquoise Blue #68EBEE

Tints of Turquoise Blue #68EBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 18.02%
G = 40.73%
B = 41.25%

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

#68EBEE (or 0x68EBEE) is known color: Turquoise Blue. HEX triplet: 68, EB and EE. RGB value is (104,235,238). Sum of RGB (Red+Green+Blue) = 104+235+238=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #68EBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EBEE is #971411. Grayscale: #C4C4C4. Windows color (decimal): -9901074 or 15657832. OLE color: 15657832.

HSL color Cylindrical-coordinate representation of color #68EBEE: hue angle of 181.34º degrees, saturation: 0.8, 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 #68EBEE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 235 238 -
CMYK 0.56 0.01 0 0.07
HSL 181.34º 0.8% 0.67% -
HSV(B) 181.34º 0.56% 0.93% -
XYZ 50.85 68.53 91.44 -
YUV 196.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 104 235 238 0.56 0.01 0 0.07 181.34 0.8 0.67
Hex 68 EB EE 38 1 0 7 B5 50 43
Octal 150 353 356 70 1 0 7 265 120 103
Binary 1101000 11101011 11101110 111000 1 0 111 10110101 1010000 1000011

Color Harmonies of #68EBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBEE

Black with #68EBEE

Text Example


Text Example

White with #68EBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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