Html Css Color HEX #68D3EE Turquoise Blue

📋 copy color: '#68D3EE'

red 104 ◦ green 211 ◦ blue 238

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

Shades of Turquoise Blue #68D3EE

Tints of Turquoise Blue #68D3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 18.81%
G = 38.16%
B = 43.04%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68D3EE (or 0x68D3EE) is known color: Turquoise Blue. HEX triplet: 68, D3 and EE. RGB value is (104,211,238). Sum of RGB (Red+Green+Blue) = 104+211+238=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #68D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3EE is #972C11. Grayscale: #B5B5B5. Windows color (decimal): -9907218 or 15651688. OLE color: 15651688.

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

Color convert

RGB 104 211 238 -
CMYK 0.56 0.11 0 0.07
HSL 192.09º 0.8% 0.67% -
HSV(B) 192.09º 0.56% 0.93% -
XYZ 44.44 55.7 89.3 -
YUV 182.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 104 211 238 0.56 0.11 0 0.07 192.09 0.8 0.67
Hex 68 D3 EE 38 B 0 7 C0 50 43
Octal 150 323 356 70 13 0 7 300 120 103
Binary 1101000 11010011 11101110 111000 1011 0 111 11000000 1010000 1000011

Color Harmonies of #68D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D3EE

Black with #68D3EE

Text Example


Text Example

White with #68D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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