Html Css Color HEX #68CFEE Turquoise Blue

📋 copy color: '#68CFEE'

red 104 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #68CFEE

Tints of Turquoise Blue #68CFEE

RGB

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

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

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

R = 18.94%
G = 37.7%
B = 43.35%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68CFEE (or 0x68CFEE) is known color: Turquoise Blue. HEX triplet: 68, CF and EE. RGB value is (104,207,238). Sum of RGB (Red+Green+Blue) = 104+207+238=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #68CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFEE is #973011. Grayscale: #B3B3B3. Windows color (decimal): -9908242 or 15650664. OLE color: 15650664.

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

Color convert

RGB 104 207 238 -
CMYK 0.56 0.13 0 0.07
HSL 193.88º 0.8% 0.67% -
HSV(B) 193.88º 0.56% 0.93% -
XYZ 43.45 53.74 88.97 -
YUV 179.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 104 207 238 0.56 0.13 0 0.07 193.88 0.8 0.67
Hex 68 CF EE 38 D 0 7 C2 50 43
Octal 150 317 356 70 15 0 7 302 120 103
Binary 1101000 11001111 11101110 111000 1101 0 111 11000010 1010000 1000011

Color Harmonies of #68CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFEE

Black with #68CFEE

Text Example


Text Example

White with #68CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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