Html Css Color HEX #68EFE2 Turquoise Blue

📋 copy color: '#68EFE2'

red 104 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #68EFE2

Tints of Turquoise Blue #68EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 18.28%
G = 42%
B = 39.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#68EFE2 (or 0x68EFE2) is known color: Turquoise Blue. HEX triplet: 68, EF and E2. RGB value is (104,239,226). Sum of RGB (Red+Green+Blue) = 104+239+226=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFE2 is #97101D. Grayscale: #C5C5C5. Windows color (decimal): -9900062 or 14872424. OLE color: 14872424.

HSL color Cylindrical-coordinate representation of color #68EFE2: hue angle of 174.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFE2 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 239 226 -
CMYK 0.56 0 0.05 0.06
HSL 174.22º 0.81% 0.67% -
HSV(B) 174.22º 0.56% 0.94% -
XYZ 50.3 70.17 82.84 -
YUV 197.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 104 239 226 0.56 0 0.05 0.06 174.22 0.81 0.67
Hex 68 EF E2 38 0 5 6 AE 51 43
Octal 150 357 342 70 0 5 6 256 121 103
Binary 1101000 11101111 11100010 111000 0 101 110 10101110 1010001 1000011

Color Harmonies of #68EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFE2

Black with #68EFE2

Text Example


Text Example

White with #68EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,239,226); }

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

background-color css

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

 a { background-color: rgb(104,239,226); }

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

border-color css

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

 span { border-color: rgb(104,239,226); }

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