Html Css Color HEX #68CFEB Turquoise Blue

📋 copy color: '#68CFEB'

red 104 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #68CFEB

Tints of Turquoise Blue #68CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.91%

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 19.05%
G = 37.91%
B = 43.04%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68CFEB (or 0x68CFEB) is known color: Turquoise Blue. HEX triplet: 68, CF and EB. RGB value is (104,207,235). Sum of RGB (Red+Green+Blue) = 104+207+235=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #68CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFEB is #973014. Grayscale: #B3B3B3. Windows color (decimal): -9908245 or 15454056. OLE color: 15454056.

HSL color Cylindrical-coordinate representation of color #68CFEB: hue angle of 192.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CFEB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 207 235 -
CMYK 0.56 0.12 0 0.08
HSL 192.82º 0.77% 0.66% -
HSV(B) 192.82º 0.56% 0.92% -
XYZ 43.02 53.57 86.67 -
YUV 179.4 159.38 74.22 -
System Red Green Blue C M Y K H S L
Decimal 104 207 235 0.56 0.12 0 0.08 192.82 0.77 0.66
Hex 68 CF EB 38 C 0 8 C1 4D 42
Octal 150 317 353 70 14 0 10 301 115 102
Binary 1101000 11001111 11101011 111000 1100 0 1000 11000001 1001101 1000010

Color Harmonies of #68CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFEB

Black with #68CFEB

Text Example


Text Example

White with #68CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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