Html Css Color HEX #68CFDE Turquoise Blue

📋 copy color: '#68CFDE'

red 104 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #68CFDE

Tints of Turquoise Blue #68CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 19.51%
G = 38.84%
B = 41.65%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CFDE (or 0x68CFDE) is known color: Turquoise Blue. HEX triplet: 68, CF and DE. RGB value is (104,207,222). Sum of RGB (Red+Green+Blue) = 104+207+222=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #68CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFDE is #973021. Grayscale: #B1B1B1. Windows color (decimal): -9908258 or 14602088. OLE color: 14602088.

HSL color Cylindrical-coordinate representation of color #68CFDE: hue angle of 187.63º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CFDE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 207 222 -
CMYK 0.53 0.07 0 0.13
HSL 187.63º 0.64% 0.64% -
HSV(B) 187.63º 0.53% 0.87% -
XYZ 41.21 52.84 77.14 -
YUV 177.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 104 207 222 0.53 0.07 0 0.13 187.63 0.64 0.64
Hex 68 CF DE 35 7 0 D BC 40 40
Octal 150 317 336 65 7 0 15 274 100 100
Binary 1101000 11001111 11011110 110101 111 0 1101 10111100 1000000 1000000

Color Harmonies of #68CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFDE

Black with #68CFDE

Text Example


Text Example

White with #68CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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