Html Css Color HEX #6CDFED Turquoise Blue

📋 copy color: '#6CDFED'

red 108 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #6CDFED

Tints of Turquoise Blue #6CDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 19.01%
G = 39.26%
B = 41.73%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CDFED (or 0x6CDFED) is known color: Turquoise Blue. HEX triplet: 6C, DF and ED. RGB value is (108,223,237). Sum of RGB (Red+Green+Blue) = 108+223+237=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFED is #932012. Grayscale: #BEBEBE. Windows color (decimal): -9642003 or 15589228. OLE color: 15589228.

HSL color Cylindrical-coordinate representation of color #6CDFED: hue angle of 186.51º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDFED is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 223 237 -
CMYK 0.54 0.06 0 0.07
HSL 186.51º 0.78% 0.68% -
HSV(B) 186.51º 0.54% 0.93% -
XYZ 47.86 62.08 89.58 -
YUV 190.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 108 223 237 0.54 0.06 0 0.07 186.51 0.78 0.68
Hex 6C DF ED 36 6 0 7 BB 4E 44
Octal 154 337 355 66 6 0 7 273 116 104
Binary 1101100 11011111 11101101 110110 110 0 111 10111011 1001110 1000100

Color Harmonies of #6CDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFED

Black with #6CDFED

Text Example


Text Example

White with #6CDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,223,237); }

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

background-color css

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

 a { background-color: rgb(108,223,237); }

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

border-color css

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

 span { border-color: rgb(108,223,237); }

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