Html Css Color HEX #6CDDEF Turquoise Blue

📋 copy color: '#6CDDEF'

red 108 ◦ green 221 ◦ blue 239

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

Shades of Turquoise Blue #6CDDEF

Tints of Turquoise Blue #6CDDEF

RGB

 RED value IS 108 (42.58% from 255) = 19.01%

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 19.01%
G = 38.91%
B = 42.08%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CDDEF (or 0x6CDDEF) is known color: Turquoise Blue. HEX triplet: 6C, DD and EF. RGB value is (108,221,239). Sum of RGB (Red+Green+Blue) = 108+221+239=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CDDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDEF is #932210. Grayscale: #BDBDBD. Windows color (decimal): -9642513 or 15719788. OLE color: 15719788.

HSL color Cylindrical-coordinate representation of color #6CDDEF: hue angle of 188.24º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDDEF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 221 239 -
CMYK 0.55 0.08 0 0.06
HSL 188.24º 0.8% 0.68% -
HSV(B) 188.24º 0.55% 0.94% -
XYZ 47.62 61.13 90.95 -
YUV 189.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 108 221 239 0.55 0.08 0 0.06 188.24 0.8 0.68
Hex 6C DD EF 37 8 0 6 BC 50 44
Octal 154 335 357 67 10 0 6 274 120 104
Binary 1101100 11011101 11101111 110111 1000 0 110 10111100 1010000 1000100

Color Harmonies of #6CDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDEF

Black with #6CDDEF

Text Example


Text Example

White with #6CDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,221,239); }

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

background-color css

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

 a { background-color: rgb(108,221,239); }

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

border-color css

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

 span { border-color: rgb(108,221,239); }

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