Html Css Color HEX #6CEEEF Turquoise Blue

📋 copy color: '#6CEEEF'

red 108 ◦ green 238 ◦ blue 239

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

Shades of Turquoise Blue #6CEEEF

Tints of Turquoise Blue #6CEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.68%

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

R = 18.46%
G = 40.68%
B = 40.85%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CEEEF (or 0x6CEEEF) is known color: Turquoise Blue. HEX triplet: 6C, EE and EF. RGB value is (108,238,239). Sum of RGB (Red+Green+Blue) = 108+238+239=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEEEF is #931110. Grayscale: #C7C7C7. Windows color (decimal): -9638161 or 15724140. OLE color: 15724140.

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

Color convert

RGB 108 238 239 -
CMYK 0.55 0.00 0 0.06
HSL 180.46º 0.8% 0.68% -
HSV(B) 180.46º 0.55% 0.94% -
XYZ 52.34 70.57 92.52 -
YUV 199.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 108 238 239 0.55 0.00 0 0.06 180.46 0.8 0.68
Hex 6C EE EF 37 0 0 6 B4 50 44
Octal 154 356 357 67 0 0 6 264 120 104
Binary 1101100 11101110 11101111 110111 0 0 110 10110100 1010000 1000100

Color Harmonies of #6CEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEEEF

Black with #6CEEEF

Text Example


Text Example

White with #6CEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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