Html Css Color HEX #6DCFDE Turquoise Blue

📋 copy color: '#6DCFDE'

red 109 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #6DCFDE

Tints of Turquoise Blue #6DCFDE

RGB

 RED value IS 109 (42.97% from 255) = 20.26%

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

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

R = 20.26%
G = 38.48%
B = 41.26%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DCFDE (or 0x6DCFDE) is known color: Turquoise Blue. HEX triplet: 6D, CF and DE. RGB value is (109,207,222). Sum of RGB (Red+Green+Blue) = 109+207+222=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DCFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFDE is #923021. Grayscale: #B3B3B3. Windows color (decimal): -9580578 or 14602093. OLE color: 14602093.

HSL color Cylindrical-coordinate representation of color #6DCFDE: hue angle of 187.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCFDE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 207 222 -
CMYK 0.51 0.07 0 0.13
HSL 187.96º 0.63% 0.65% -
HSV(B) 187.96º 0.51% 0.87% -
XYZ 41.8 53.15 77.16 -
YUV 179.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 109 207 222 0.51 0.07 0 0.13 187.96 0.63 0.65
Hex 6D CF DE 33 7 0 D BC 3F 41
Octal 155 317 336 63 7 0 15 274 77 101
Binary 1101101 11001111 11011110 110011 111 0 1101 10111100 111111 1000001

Color Harmonies of #6DCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFDE

Black with #6DCFDE

Text Example


Text Example

White with #6DCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DCFDE; }

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

 H1.HeaderClassName
 {
   color: #6DCFDE;
 }
 .AnyTagClassName
 {
   color: #6DCFDE;
 }
</style>

background-color css

<style>
 a { background-color: #6DCFDE; }

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

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

border-color css

<style>
 span { border-color: #6DCFDE; }

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

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