Html Css Color HEX #68EBF6 Turquoise Blue

📋 copy color: '#68EBF6'

red 104 ◦ green 235 ◦ blue 246

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

Shades of Turquoise Blue #68EBF6

Tints of Turquoise Blue #68EBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 17.78%
G = 40.17%
B = 42.05%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68EBF6 (or 0x68EBF6) is known color: Turquoise Blue. HEX triplet: 68, EB and F6. RGB value is (104,235,246). Sum of RGB (Red+Green+Blue) = 104+235+246=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #68EBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EBF6 is #971409. Grayscale: #C4C4C4. Windows color (decimal): -9901066 or 16182120. OLE color: 16182120.

HSL color Cylindrical-coordinate representation of color #68EBF6: hue angle of 184.65º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EBF6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 235 246 -
CMYK 0.58 0.04 0 0.04
HSL 184.65º 0.89% 0.69% -
HSV(B) 184.65º 0.58% 0.96% -
XYZ 52.05 69.01 97.77 -
YUV 197.09 155.6 61.61 -
System Red Green Blue C M Y K H S L
Decimal 104 235 246 0.58 0.04 0 0.04 184.65 0.89 0.69
Hex 68 EB F6 3A 4 0 4 B9 59 45
Octal 150 353 366 72 4 0 4 271 131 105
Binary 1101000 11101011 11110110 111010 100 0 100 10111001 1011001 1000101

Color Harmonies of #68EBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBF6

Black with #68EBF6

Text Example


Text Example

White with #68EBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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