Html Css Color HEX #6CEDF0 Turquoise Blue

📋 copy color: '#6CEDF0'

red 108 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #6CEDF0

Tints of Turquoise Blue #6CEDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 18.46%
G = 40.51%
B = 41.03%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CEDF0 (or 0x6CEDF0) is known color: Turquoise Blue. HEX triplet: 6C, ED and F0. RGB value is (108,237,240). Sum of RGB (Red+Green+Blue) = 108+237+240=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CEDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDF0 is #93120F. Grayscale: #C6C6C6. Windows color (decimal): -9638416 or 15789420. OLE color: 15789420.

HSL color Cylindrical-coordinate representation of color #6CEDF0: hue angle of 181.36º degrees, saturation: 0.81, 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 #6CEDF0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 237 240 -
CMYK 0.55 0.01 0 0.06
HSL 181.36º 0.81% 0.68% -
HSV(B) 181.36º 0.55% 0.94% -
XYZ 52.2 70.05 93.21 -
YUV 198.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 108 237 240 0.55 0.01 0 0.06 181.36 0.81 0.68
Hex 6C ED F0 37 1 0 6 B5 51 44
Octal 154 355 360 67 1 0 6 265 121 104
Binary 1101100 11101101 11110000 110111 1 0 110 10110101 1010001 1000100

Color Harmonies of #6CEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEDF0

Black with #6CEDF0

Text Example


Text Example

White with #6CEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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